Skip to content

Commit

Permalink
update changelog for version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Aug 12, 2022
1 parent bcf22a2 commit 2ec9d71
Showing 1 changed file with 12 additions and 35 deletions.
47 changes: 12 additions & 35 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog

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

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

**Merged pull requests:**

- bump interdependencies to ^0.5 [\#28](https://github.com/pheature-flags/toggle-crud/pull/28) (@kpicaza)

## [0.4.0](https://github.com/pheature-flags/toggle-crud/tree/0.4.0) (2022-07-25)

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

Expand All @@ -23,16 +31,16 @@
- \[toggle-crud\] Update PhpStan to version 1 and level 9 [\#16](https://github.com/pheature-flags/toggle-crud/issues/16)
- \[toggle-crud\] Add PHP 8.1 support [\#13](https://github.com/pheature-flags/toggle-crud/issues/13)
- Dispatch stored events inside a repository [\#9](https://github.com/pheature-flags/toggle-crud/issues/9)
- \[\#13\] Add support for PHP 8.1 [\#20](https://github.com/pheature-flags/toggle-crud/pull/20) ([kpicaza](https://github.com/kpicaza))
- \[\#16\] Update PhpStan to version 1 and level 9 [\#17](https://github.com/pheature-flags/toggle-crud/pull/17) ([kpicaza](https://github.com/kpicaza))
- \[\#13\] Add support for PHP 8.1 [\#20](https://github.com/pheature-flags/toggle-crud/pull/20) (@kpicaza)
- \[\#16\] Update PhpStan to version 1 and level 9 [\#17](https://github.com/pheature-flags/toggle-crud/pull/17) (@kpicaza)

**Closed issues:**

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

**Merged pull requests:**

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

## [0.2.0](https://github.com/pheature-flags/toggle-crud/tree/0.2.0) (2021-10-08)

Expand Down Expand Up @@ -63,37 +71,6 @@
- add codecov badge [\#2](https://github.com/pheature-flags/toggle-crud/pull/2) (@kpicaza)
- add packagist badges [\#1](https://github.com/pheature-flags/toggle-crud/pull/1) (@kpicaza)

## [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-crud-psr11-factories\] Add static version to RemoveStrategyFactory [\#135](https://github.com/pheature-flags/pheature-flags/issues/135)
- \[toggle-crud-psr11-factories\] Add static version to RemoveFeatureFactory [\#134](https://github.com/pheature-flags/pheature-flags/issues/134)
- \[toggle-crud-psr11-factories\] Add static version to PostFeatureFactory [\#133](https://github.com/pheature-flags/pheature-flags/issues/133)
- \[toggle-crud-psr11-factories\] Add static version to PatchFeatureFactory [\#132](https://github.com/pheature-flags/pheature-flags/issues/132)
- \[toggle-crud-psr11-factories\] Add static version to GetFeaturesFactory [\#131](https://github.com/pheature-flags/pheature-flags/issues/131)
- \[toggle-crud-psr11-factories\] Add static version to GetFeatureFactory [\#130](https://github.com/pheature-flags/pheature-flags/issues/130)
- \[toggle-crud-psr11-factories\] Add static version to FeatureRepositoryFactory [\#129](https://github.com/pheature-flags/pheature-flags/issues/129)
- \[toggle-crud-psr11-factories\] Add static version to FeatureFinderFactory [\#128](https://github.com/pheature-flags/pheature-flags/issues/128)
- \[toggle-crud-psr11-factories\] Add static version to EnableFeatureFactory [\#127](https://github.com/pheature-flags/pheature-flags/issues/127)
- \[toggle-crud-psr11-factories\] Add static version to DisableFeatureFactory [\#126](https://github.com/pheature-flags/pheature-flags/issues/126)
- \[toggle-crud-psr11-factories\] Add static version to DeleteFeatureFactory [\#125](https://github.com/pheature-flags/pheature-flags/issues/125)
- \[toggle-crud-psr11-factories\] Add static version to CreateFeatureFactory [\#124](https://github.com/pheature-flags/pheature-flags/issues/124)
- \[toggle-crud-psr11-factories\] Add static version to AddStrategyFactory [\#123](https://github.com/pheature-flags/pheature-flags/issues/123)

**Fixed bugs:**

- \[toggle-crud\] Allow adding strategiees with segments [\#209](https://github.com/pheature-flags/pheature-flags/issues/209)

**Closed issues:**

- \[toggle-crud-psr11-factories\] Add factories compatible with Symfony framework [\#122](https://github.com/pheature-flags/pheature-flags/issues/122)

**Merged pull requests:**

- \[\#86\] Fix toggle-crud-psr7-api coding standards [\#104](https://github.com/pheature-flags/pheature-flags/pull/104) (@pcs289)


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

0 comments on commit 2ec9d71

Please sign in to comment.