diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2eedd..8ce1163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. +## [1.1.0](https://github.com/jaymeh/conventional-changelog-parser/compare/v1.0.2...v1.1.0) (2022-08-31) + +### Features + + +##### Ci + +* Adds ability to automatically build and attach a new binary. ([9fcdba](https://github.com/jaymeh/conventional-changelog-parser/commit/9fcdba788d65868401577041d6697c181bb1a49e)) + +### Bug Fixes + + +##### Test + +* Fixes a side effect of the test now that we have a release. ([977f6c](https://github.com/jaymeh/conventional-changelog-parser/commit/977f6ce476382237f9e6af31fe685afdc6cb2c8f)) + + +--- + ## [1.0.2](https://github.com/jaymeh/conventional-changelog-parser/compare/v1.0.1...v1.0.2) (2022-08-31) ### Bug Fixes diff --git a/composer.json b/composer.json index 72a8aad..c14720e 100644 --- a/composer.json +++ b/composer.json @@ -65,5 +65,5 @@ "bin": [ "changelog-checker" ], - "version": "1.0.2" + "version": "1.1.0" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 69fce2d..e2cc25a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "02ae3b688b6ab5938482fbe8e385151a", + "content-hash": "b46a87695e5d6d2a082e38f107487d08", "packages": [ { "name": "brick/math",