From 64ffa8b839d586bc79ca2106cd47a1cae42f8efa Mon Sep 17 00:00:00 2001 From: Maciej Pilarczyk Date: Thu, 4 Aug 2022 10:17:50 +0200 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618d556..65f6d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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] + +## [1.2.1] - 2022-08-04 ### Fixed - Types error @@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2019-04-19 Last python version -[Unreleased]: https://github.com/adshares/adselect/compare/v1.2.0...develop +[Unreleased]: https://github.com/adshares/adselect/compare/v1.2.1...develop +[1.2.1]: https://github.com/adshares/adselect/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/adshares/adselect/compare/v1.1.2...v1.2.0 [1.1.2]: https://github.com/adshares/adselect/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/adshares/adselect/compare/v1.1.0...v1.1.1