Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Oct 3, 2021
1 parent 41da1a9 commit f73f61b
Showing 1 changed file with 35 additions and 10 deletions.
45 changes: 35 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
# Changelog

## [Unreleased](https://github.com/pheature-flags/pheature-flags/tree/HEAD)
## [0.1.2](https://github.com/pheature-flags/toggle-core/tree/0.1.2) (2021-10-03)

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

## [v0.1.1](https://github.com/pheature-flags/pheature-flags/tree/v0.1.1) (2021-06-20)
**Implemented enhancements:**

- Create FeatureWasDisabled event and dispatch it inside Feature Class [\#20](https://github.com/pheature-flags/toggle-core/issues/20)
- Create FeatureWasCreated event and dispatch it inside Feature Class [\#16](https://github.com/pheature-flags/toggle-core/issues/16)
- Add the ability to save events in the write model Feature class [\#15](https://github.com/pheature-flags/toggle-core/issues/15)
- Add feature was disabled event [\#25](https://github.com/pheature-flags/toggle-core/pull/25) (@vblinden)
- \[\#15\] update tests [\#22](https://github.com/pheature-flags/toggle-core/pull/22) (@kpicaza)
- \[\#15\] add ability to collect events in Feature write model [\#21](https://github.com/pheature-flags/toggle-core/pull/21) (@kpicaza)

[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/0.1.0...v0.1.1)
**Merged pull requests:**

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

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

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

[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/4efde1b91949256bf8d3b3baf7546150ddcc0e90...0.0.1)
## [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)

**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)
- add codeclimate badge [\#11](https://github.com/pheature-flags/toggle-core/pull/11) (@kpicaza)
- add mutation coverage badge [\#8](https://github.com/pheature-flags/toggle-core/pull/8) (@kpicaza)
- fix codecov link shorcuts [\#7](https://github.com/pheature-flags/toggle-core/pull/7) (@kpicaza)
- fix psalm badge link [\#6](https://github.com/pheature-flags/toggle-core/pull/6) (@kpicaza)
- add psalm badge [\#5](https://github.com/pheature-flags/toggle-core/pull/5) (@kpicaza)
- test codecov hook [\#4](https://github.com/pheature-flags/toggle-core/pull/4) (@kpicaza)
- add scrutinizer badges [\#3](https://github.com/pheature-flags/toggle-core/pull/3) (@kpicaza)
- add downloads badge [\#2](https://github.com/pheature-flags/toggle-core/pull/2) (@kpicaza)
- add version badge [\#1](https://github.com/pheature-flags/toggle-core/pull/1) (@kpicaza)

**Merged pull requests:**

- 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)



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

0 comments on commit f73f61b

Please sign in to comment.