Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed May 16, 2018
1 parent a1faa31 commit d6c1b94
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down

0 comments on commit d6c1b94

Please sign in to comment.