diff --git a/CHANGELOG.md b/CHANGELOG.md index c73d60f98eeea12d3f67a52be20cedbfcc0b6d13..f989ba0266a4fda67ffb71bc9e900c21a20484ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,24 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - Date - -### Added ### - -### Changed ### - -### Deprecated ### - -### Removed ### +## [0.13.2] - 2023-12-15 ### Fixed ### -- [#113](https://gitlab.com/linkahead/linkahead-pylib/-/issues/113) Container could fail to delete when there were reference properties. -- HTTP status 431 (Headers too long) now also raises an URI too long exception. - -### Security ### - -### Documentation ### +* [#113](https://gitlab.com/linkahead/linkahead-pylib/-/issues/113) Container could fail to delete when there were reference properties. +* HTTP status 431 (Headers too long) now also raises an URI too long exception. ## [0.13.1] - 2023-10-11 ##