diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ef8437a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +## [v1.0.0-alpha.2](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.2) (2019-08-09) +[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) + +**Changes** + +- Remove password attribute from connections object before logging [\#6](https://github.com/leapfrogtechnology/sync-db/pull/6) ([SafalPandey](https://github.com/SafalPandey)) +- Set published source for sync-db [\#4](https://github.com/leapfrogtechnology/sync-db/pull/4) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] ([shradayshakya](https://github.com/shradayshakya)) + +## [v1.0.0-alpha.1](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.1) (2019-08-07) +**Implemented enhancements:** + +- Refactor code for accessing database connections. [\#1](https://github.com/leapfrogtechnology/sync-db/pull/1) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] [[enhancement](https://github.com/leapfrogtechnology/sync-db/labels/enhancement)] ([shradayshakya](https://github.com/shradayshakya)) + +**Changes** + +- Add documentation for global installation [\#2](https://github.com/leapfrogtechnology/sync-db/pull/2) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] ([shradayshakya](https://github.com/shradayshakya)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/package.json b/package.json index 10702b63..c157b370 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-alpha.1", + "version": "1.0.0-alpha.2", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts",