Skip to content

Commit

Permalink
[v0.2.4] Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Nov 6, 2021
1 parent 8f155e9 commit 8eaaeca
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usernames_as_github_logins=true
37 changes: 33 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.2.4](https://github.com/pheature-flags/toggle-core/tree/0.2.4)

[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/0.2.3...0.2.4)

**Implemented enhancements:**

- \[toggle-core\] Update PhpStan to version 1 and level 9 [\#39](https://github.com/pheature-flags/toggle-core/issues/39)
- Create AnStrategyWasRemoved event and dispatch it inside Feature Class [\#18](https://github.com/pheature-flags/toggle-core/issues/18)
- Create AnStrategyWasAdded event and dispatch it inside Feature Class [\#17](https://github.com/pheature-flags/toggle-core/issues/17)
- \[\#17\] Add StrategyWasAdded event [\#44](https://github.com/pheature-flags/toggle-core/pull/44) (@kpicaza)
- \[\#18\] Add StrategyWasRemoved event [\#43](https://github.com/pheature-flags/toggle-core/pull/43) (@kpicaza)
- \[\#39\] Update PhpStan to version 1 and level 9 [\#40](https://github.com/pheature-flags/toggle-core/pull/40) (@kpicaza)

**Closed issues:**

- \[toggle-core\] update CI matrix PHP versions [\#41](https://github.com/pheature-flags/toggle-core/issues/41)

**Merged pull requests:**

- \[\#41\] Run CI both PHP 7.4 and 8.0 [\#42](https://github.com/pheature-flags/toggle-core/pull/42) (@kpicaza)

## [0.2.3](https://github.com/pheature-flags/toggle-core/tree/0.2.3) (2021-10-26)

[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/0.2.2...0.2.3)
Expand Down Expand Up @@ -68,10 +89,6 @@

- \[toggle-core\#16\] Create FeatureWasCreated event [\#24](https://github.com/pheature-flags/toggle-core/pull/24) (@pcs289)

## [0.1.0](https://github.com/pheature-flags/toggle-core/tree/0.1.0) (2021-06-19)

[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/v0.1.1...0.1.0)

## [v0.1.1](https://github.com/pheature-flags/toggle-core/tree/v0.1.1) (2021-06-19)

[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/3049d4ad29a92be94491ca5af81b6121aaf395ab...v0.1.1)
Expand All @@ -93,6 +110,18 @@
- fix contributing linlk [\#10](https://github.com/pheature-flags/toggle-core/pull/10) (@kpicaza)
- fix docs link [\#9](https://github.com/pheature-flags/toggle-core/pull/9) (@kpicaza)

## [0.1.0](https://github.com/pheature-flags/toggle-core/tree/0.1.0) (2021-06-19)

[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/v0.1.1...0.1.0)

## [0.0.1](https://github.com/pheature-flags/pheature-flags/tree/0.0.1) (2021-06-19)

[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/4efde1b91949256bf8d3b3baf7546150ddcc0e90...0.0.1)

**Implemented enhancements:**

- \[toggle-core\] ChainTogleStrategyFactory must implement ToggleStrategyFactory interface [\#219](https://github.com/pheature-flags/pheature-flags/issues/219)
- \[toggle-core\] Add id and type to strategy and segment read models [\#217](https://github.com/pheature-flags/pheature-flags/issues/217)


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

0 comments on commit 8eaaeca

Please sign in to comment.