diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10fbf29..1c4c66c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,11 +7,20 @@ 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). +[0.3.2] - 2024-10-25 +-------------------- + +Fixes +~~~~~ + +* missing " in media type see: #5 + [0.3.1] - 2024-10-17 -------------------- Fixed ~~~~~ + * None valued ids on bulk add handling diff --git a/atomic_operations/__init__.py b/atomic_operations/__init__.py index 5873c76..cce77cc 100644 --- a/atomic_operations/__init__.py +++ b/atomic_operations/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" VERSION = __version__ # synonym