diff --git a/CHANGELOG.md b/CHANGELOG.md index 136aba62d..c609e38bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0-20] - 2023-08-01 + ## [2.0.0-19] - 2023-07-31 ## [2.0.0-18] - 2023-07-18 @@ -1240,7 +1242,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed problem with adding connection profiles - Miscellaneous bug fixes -[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-19...HEAD +[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-20...HEAD + +[2.0.0-20]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-19...v2.0.0-20 [2.0.0-19]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-18...v2.0.0-19 diff --git a/package.json b/package.json index e4a8c5840..8e103c778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rockcarver/frodo-lib", - "version": "2.0.0-19", + "version": "2.0.0-20", "type": "commonjs", "main": "./cjs/index.js", "module": "./esm/index.js",