Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jul 30, 2017
1 parent 0e8d3c2 commit e2ed418
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Change Log

## [v1.3.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.3.0)

[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.2.0...v1.3.0)

**Implemented enhancements:**

- Flag / Method to turn off transaction handling [\#15](https://github.com/prooph/pdo-snapshot-store/issues/15)
- disable transaction handling [\#16](https://github.com/prooph/pdo-snapshot-store/pull/16) ([prolic](https://github.com/prolic))

## [v1.2.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.2.0) (2017-05-30)
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.1.2...v1.2.0)

**Implemented enhancements:**

- Catch PDOExceptions and check error codes [\#14](https://github.com/prooph/pdo-snapshot-store/pull/14) ([dragosprotung](https://github.com/dragosprotung))

## [v1.1.2](https://github.com/prooph/pdo-snapshot-store/tree/v1.1.2) (2017-05-12)
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.1.1...v1.1.2)

**Fixed bugs:**

- Fixed aggregate root serialized value binding [\#13](https://github.com/prooph/pdo-snapshot-store/pull/13) ([dragosprotung](https://github.com/dragosprotung))

## [v1.1.1](https://github.com/prooph/pdo-snapshot-store/tree/v1.1.1) (2017-04-06)
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.1.0...v1.1.1)

**Merged pull requests:**

- Missed a typo [\#12](https://github.com/prooph/pdo-snapshot-store/pull/12) ([basz](https://github.com/basz))

## [v1.1.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.1.0) (2017-04-06)
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.0.0...v1.1.0)

**Merged pull requests:**

- Add flexible serializer [\#11](https://github.com/prooph/pdo-snapshot-store/pull/11) ([basz](https://github.com/basz))

## [v1.0.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.0.0) (2017-03-30)
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.0.0-beta2...v1.0.0)

**Implemented enhancements:**

- Change SnapshotStore Interface [\#5](https://github.com/prooph/pdo-snapshot-store/issues/5)
- Use camel-case PDO =\> Pdo [\#3](https://github.com/prooph/pdo-snapshot-store/issues/3)
- remove connection options setup in factory, add docs [\#10](https://github.com/prooph/pdo-snapshot-store/pull/10) ([prolic](https://github.com/prolic))
- Add possibility to remove all snapshots by aggregate type [\#8](https://github.com/prooph/pdo-snapshot-store/pull/8) ([prolic](https://github.com/prolic))
- change snapshot store interfaces [\#6](https://github.com/prooph/pdo-snapshot-store/pull/6) ([prolic](https://github.com/prolic))
- new snapshot store repo [\#4](https://github.com/prooph/pdo-snapshot-store/pull/4) ([prolic](https://github.com/prolic))

**Merged pull requests:**

- fix namespace organization [\#9](https://github.com/prooph/pdo-snapshot-store/pull/9) ([prolic](https://github.com/prolic))
- update to use psr\container [\#7](https://github.com/prooph/pdo-snapshot-store/pull/7) ([basz](https://github.com/basz))

## [v1.0.0-beta2](https://github.com/prooph/pdo-snapshot-store/tree/v1.0.0-beta2) (2017-01-12)
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.0.0-beta1...v1.0.0-beta2)

**Implemented enhancements:**

- simplify query [\#2](https://github.com/prooph/pdo-snapshot-store/pull/2) ([prolic](https://github.com/prolic))

## [v1.0.0-beta1](https://github.com/prooph/pdo-snapshot-store/tree/v1.0.0-beta1) (2016-12-13)
**Implemented enhancements:**

- add implementation and tests [\#1](https://github.com/prooph/pdo-snapshot-store/pull/1) ([prolic](https://github.com/prolic))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit e2ed418

Please sign in to comment.