diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c75ff..f735817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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/). +## [2.1.0] + +### Changed + +- [284](https://github.com/networktocode/diffsync/pull/284) - Update pyyaml to 6.0.2 in poetry.lock by @gsnider2195 +- [286](https://github.com/networktocode/diffsync/pull/286) - Update GitHub Actions runner version by @mjbear +- [289](https://github.com/networktocode/diffsync/pull/289) - Remove upper limit on Packaging by @jdrew82 + +## New Contributors + +- @gsnider2195 made their first contribution in https://github.com/networktocode/diffsync/pull/284 +- @mjbear made their first contribution in https://github.com/networktocode/diffsync/pull/286 +- @jdrew82 made their first contribution in https://github.com/networktocode/diffsync/pull/289 + ## [2.0.1] ### Changed diff --git a/pyproject.toml b/pyproject.toml index 83d2b0f..d9824cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.0.1" +version = "2.1.1a0" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"