Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jun 22, 2017
1 parent 4a946b7 commit f7e5195
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log

## [1.3.1](https://github.com/prooph/pdo-event-store/tree/v1.3.1)

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

**Implemented enhancements:**

- Remove JSON\_FORCE\_OBJECT [\#93](https://github.com/prooph/pdo-event-store/pull/93) ([prolic](https://github.com/prolic))

**Closed issues:**

- Invalid DB\_HOST in phpunit files when using docker-compose to run the tests. [\#90](https://github.com/prooph/pdo-event-store/issues/90)
- Unreasonable use of JSON\_FORCE\_OBJECT in PersistenceStrategies' implementations [\#87](https://github.com/prooph/pdo-event-store/issues/87)

**Merged pull requests:**

- Documentation update for running tests. [\#92](https://github.com/prooph/pdo-event-store/pull/92) ([bweston92](https://github.com/bweston92))
- Fix path to phpunit files from composer.json [\#89](https://github.com/prooph/pdo-event-store/pull/89) ([bweston92](https://github.com/bweston92))
- Remove port bindings from docker-compose [\#88](https://github.com/prooph/pdo-event-store/pull/88) ([bweston92](https://github.com/bweston92))

## [v1.3.0](https://github.com/prooph/pdo-event-store/tree/v1.3.0) (2017-06-18)
[Full Changelog](https://github.com/prooph/pdo-event-store/compare/v1.2.0...v1.3.0)

Expand Down Expand Up @@ -165,4 +184,4 @@



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

0 comments on commit f7e5195

Please sign in to comment.