From be1a5c09f639659ce9a07c937d923da9dd6e8612 Mon Sep 17 00:00:00 2001 From: Nicolas Liampotis Date: Mon, 29 Nov 2021 18:07:04 +0200 Subject: [PATCH] Bump version to 2.3.1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44f0e6..5061834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,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.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v2.3.1] - 2021-11-29 ### Fixed - Do not construct the `organization` attribute for a Removed OrgIdentity -- Fixed error handling on database related error +- Fixed error handling on unhandled excpetions such as database related errors ## [v2.3.0] - 2021-11-15