From 8b17e43f44774e110a0055e387b641125a3f8526 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Thu, 14 Sep 2023 20:42:27 +0300 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d06f2c2..c7a3cf5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [0.8.4] - 2023-09-14 + +### Added + +### Changed +- Fix error when instantiating BackedModel using positional and keyword arguments + ## [0.8.3] - 2023-09-13 ### Added