From 09d8da2ff8ebd2c1a4d0f9f4c98312f767e1bbda Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Tue, 7 Jun 2022 07:31:07 +0200 Subject: [PATCH] Release v1.5.0 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110f1b74..2a978ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.5.0 - 2022-06-07 + +### Added + +- #106 - Add a new, optional, backend store based in Redis + ## v1.4.3 - 2022-03-03 ### Fixed @@ -87,7 +93,6 @@ - #44 - On CRUD failure, do not generate an extraneous "success" log message in addition to the "failed" message - ## v1.0.0 - 2020-10-23 Initial release diff --git a/pyproject.toml b/pyproject.toml index 58ec6e4b..ada51b50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "1.4.3" +version = "1.5.0" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"