diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d392783..958dfe1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v1.0.0-experimental.20200628](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.20200628) (2020-06-28) +[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.20200607...v1.0.0-experimental.20200628) + +**Closed Issues** + +- Ability to use a custom connection resolver [\#32](https://github.com/leapfrogtechnology/sync-db/issues/32) [[cli](https://github.com/leapfrogtechnology/sync-db/labels/cli)] [[config](https://github.com/leapfrogtechnology/sync-db/labels/config)] [[connections](https://github.com/leapfrogtechnology/sync-db/labels/connections)] [[feature](https://github.com/leapfrogtechnology/sync-db/labels/feature)] + +## [v1.0.0-experimental.20200607](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.20200607) (2020-06-07) +[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.20200428...v1.0.0-experimental.20200607) + ## [v1.0.0-experimental.20200428](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.20200428) (2020-04-27) [Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.20200427...v1.0.0-experimental.20200428) diff --git a/package.json b/package.json index 4fb08684..48321900 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@leapfrogtechnology/sync-db", "description": "Command line utility to synchronize and version control relational database objects across databases", - "version": "1.0.0-experimental.20200607", + "version": "1.0.0-experimental.20200628", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts",