From d6c1b94b41b18ea1f3cfb20028479a7678cdd652 Mon Sep 17 00:00:00 2001 From: prolic Date: Wed, 16 May 2018 18:14:32 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bcebf..b91c85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,35 @@ # Change Log -## [v1.4.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.4.0) +## [v1.5.1](https://github.com/prooph/pdo-snapshot-store/tree/v1.5.1) +[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.5.0...v1.5.1) + +**Fixed bugs:** + +- Quote table names in shapshot store queries [\#25](https://github.com/prooph/pdo-snapshot-store/pull/25) ([fritz-gerneth](https://github.com/fritz-gerneth)) + +## [v1.5.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.5.0) (2018-04-15) +[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.4.0...v1.5.0) + +**Implemented enhancements:** + +- Consistent connection key [\#19](https://github.com/prooph/pdo-snapshot-store/issues/19) + +**Fixed bugs:** + +- snapshot have no index \(postgres\) [\#23](https://github.com/prooph/pdo-snapshot-store/issues/23) +- adds PKs to schema's [\#24](https://github.com/prooph/pdo-snapshot-store/pull/24) ([basz](https://github.com/basz)) + +**Closed issues:** + +- snapshots are created over and over again Postgres [\#20](https://github.com/prooph/pdo-snapshot-store/issues/20) + +**Merged pull requests:** + +- Don't remove deprecated config option [\#22](https://github.com/prooph/pdo-snapshot-store/pull/22) ([sandrokeil](https://github.com/sandrokeil)) +- Issues/19 [\#21](https://github.com/prooph/pdo-snapshot-store/pull/21) ([basz](https://github.com/basz)) + +## [v1.4.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.4.0) (2017-12-17) [Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.3.0...v1.4.0) **Implemented enhancements:**