Skip to content

Commit 00891f5

Browse files
committed
Update CHANGELOG and bump version
1 parent 7e48416 commit 00891f5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v1.4.2 - 2022-02-28
4+
5+
### Fixed
6+
7+
- #100 - Added explicit dependency on `packaging`.
8+
9+
## v1.4.1 - 2022-01-26
10+
11+
### Fixed
12+
13+
- #95 - Removed optional dependencies on `sphinx`, `m2r2`, `sphinx-rtd-theme`, `toml`.
14+
315
## v1.4.0 - 2022-01-24
416

517
### Added

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 = "1.4.1"
3+
version = "1.4.2"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)