From 8f66988e888fda122236f6a4d9483c69aceb6799 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 15 Dec 2023 10:22:03 +0100
Subject: [PATCH] DOC: Update changelog for release

---
 CHANGELOG.md | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c73d60f9..f989ba02 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 ##
 
-- 
GitLab