Skip to content

Commit

Permalink
Update hangelog for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Jul 25, 2022
1 parent c11e4a9 commit 2906275
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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

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

**Implemented enhancements:**

- \[toggle-core\] Update issue template for bugs using new issue form in a YAML file [\#23](https://github.com/pheature-flags/toggle-core/issues/23)
- Coding style via PHP\_CodeSniffer & assertion call [\#49](https://github.com/pheature-flags/toggle-core/pull/49) (@peter279k)

**Merged pull requests:**

- allow executing some composer plugins in dev mode [\#53](https://github.com/pheature-flags/toggle-core/pull/53) (@kpicaza)
- \[\#23\] Update Bug Report Template [\#50](https://github.com/pheature-flags/toggle-core/pull/50) (@pcs289)

## [0.3.0](https://github.com/pheature-flags/toggle-core/tree/0.3.0) (2021-11-20)

[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/0.2.5...0.3.0)
Expand Down Expand Up @@ -108,6 +122,10 @@

- \[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 @@ -129,18 +147,6 @@
- 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 2906275

Please sign in to comment.