diff --git a/CHANGELOG.md b/CHANGELOG.md index fba677b..ab83e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/brokeyourbike/json-request-result/compare/v1.0.0...v1.0.1) (2021-10-19) + + +### Miscellaneous Chores + +* rearrange badges ([6e32169](https://www.github.com/brokeyourbike/json-request-result/commit/6e321691370a39f6ab87448f1054e3fa21c16196)) + ## 1.0.0 (2021-10-19) diff --git a/composer.json b/composer.json index 401301b..5852d53 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,5 @@ "bamarni/composer-bin-plugin": "^1.4", "phpunit/phpunit": "^9.5" }, - "version": "1.0.0" + "version": "1.0.1" }