Skip to content

Commit c58590d

Browse files
authored
Merge pull request #302 from networktocode/release-2.1.0-to-develop
Release 2.1.0 to Develop
2 parents 45df339 + cfb8773 commit c58590d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [2.1.0]
8+
9+
### Changed
10+
11+
- [284](https://github.com/networktocode/diffsync/pull/284) - Update pyyaml to 6.0.2 in poetry.lock by @gsnider2195
12+
- [286](https://github.com/networktocode/diffsync/pull/286) - Update GitHub Actions runner version by @mjbear
13+
- [289](https://github.com/networktocode/diffsync/pull/289) - Remove upper limit on Packaging by @jdrew82
14+
15+
## New Contributors
16+
17+
- @gsnider2195 made their first contribution in https://github.com/networktocode/diffsync/pull/284
18+
- @mjbear made their first contribution in https://github.com/networktocode/diffsync/pull/286
19+
- @jdrew82 made their first contribution in https://github.com/networktocode/diffsync/pull/289
20+
721
## [2.0.1]
822

923
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "2.0.1"
3+
version = "2.1.1a0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)