Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Oct 3, 2022
1 parent 2b2968d commit 42596ea
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Change Log
# Changelog

## [v1.1.0](https://github.com/prooph/standard-projections/tree/v1.1.0)
## [v1.2.0](https://github.com/prooph/standard-projections/tree/v1.2.0)

[Full Changelog](https://github.com/prooph/standard-projections/compare/v1.1.1...v1.2.0)

**Implemented enhancements:**

- Laminas continuous integration [\#16](https://github.com/prooph/standard-projections/pull/16) ([basz](https://github.com/basz))

**Closed issues:**

- test won't run Fatal error: Class 'ProophTest\EventStore\Mock\TestDomainEvent' not found [\#12](https://github.com/prooph/standard-projections/issues/12)

**Merged pull requests:**

- php8 compatibility [\#15](https://github.com/prooph/standard-projections/pull/15) ([basz](https://github.com/basz))
- Fixed typo in docs [\#14](https://github.com/prooph/standard-projections/pull/14) ([mikemilano](https://github.com/mikemilano))
- Update cs headers [\#13](https://github.com/prooph/standard-projections/pull/13) ([basz](https://github.com/basz))

## [v1.1.1](https://github.com/prooph/standard-projections/tree/v1.1.1) (2018-02-03)

[Full Changelog](https://github.com/prooph/standard-projections/compare/v1.1.0...v1.1.1)

## [v1.1.0](https://github.com/prooph/standard-projections/tree/v1.1.0) (2017-12-17)

[Full Changelog](https://github.com/prooph/standard-projections/compare/v1.0.0...v1.1.0)

Expand All @@ -13,13 +35,15 @@
- Restructure docs [\#10](https://github.com/prooph/standard-projections/pull/10) ([codeliner](https://github.com/codeliner))

## [v1.0.0](https://github.com/prooph/standard-projections/tree/v1.0.0) (2017-03-30)

[Full Changelog](https://github.com/prooph/standard-projections/compare/v1.0.0-beta1...v1.0.0)

**Implemented enhancements:**

- phpspec/prophecy\#332 [\#7](https://github.com/prooph/standard-projections/pull/7) ([basz](https://github.com/basz))
- update standard projections [\#5](https://github.com/prooph/standard-projections/pull/5) ([prolic](https://github.com/prolic))
- update projection runners [\#3](https://github.com/prooph/standard-projections/pull/3) ([prolic](https://github.com/prolic))
- add standard stream projections [\#1](https://github.com/prooph/standard-projections/pull/1) ([prolic](https://github.com/prolic))

**Closed issues:**

Expand All @@ -31,10 +55,9 @@
- do not require dev versions [\#9](https://github.com/prooph/standard-projections/pull/9) ([basz](https://github.com/basz))

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

- add standard stream projections [\#1](https://github.com/prooph/standard-projections/pull/1) ([prolic](https://github.com/prolic))
[Full Changelog](https://github.com/prooph/standard-projections/compare/989c8fbf4e6f1fb37a01a3989cbc74e1e875317d...v1.0.0-beta1)



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

0 comments on commit 42596ea

Please sign in to comment.