Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Sep 25, 2021
1 parent eaa3f8a commit f1b37d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [Unreleased](https://github.com/pheature-flags/pheature-flags/tree/HEAD)
## [v0.1.2](https://github.com/pheature-flags/pheature-flags/tree/v0.1.2)

[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/v0.1.1...HEAD)
[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/v0.1.1...v0.1.2)

**Fixed bugs:**

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.4|^8.0",
"pheature/toggle-core": "^0.1.2",
"pheature/toggle-core": "^0.1",
"pheature/toggle-crud-psr11-factories": "^0.1.2",
"pheature/toggle-model": "^0.1.2",
"symfony/framework-bundle": "~5.0"
Expand All @@ -26,8 +26,8 @@
"doctrine/dbal": ">=2.6 || ^3.0.0",
"icanhazstring/composer-unused": "^0.7.5",
"infection/infection": "^0.23.0",
"pheature/dbal-toggle": "^0.1.2",
"pheature/inmemory-toggle": "^0.1.2",
"pheature/dbal-toggle": "^0.1",
"pheature/inmemory-toggle": "^0.1",
"pheature/toggle-crud": "^0.1.2",
"pheature/toggle-crud-psr7-api": "^0.1.2",
"phpro/grumphp": "^1.0",
Expand Down

0 comments on commit f1b37d1

Please sign in to comment.