diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..319a198 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/beam-community/common-config/compare/v1.0.0...v1.1.0) (2023-12-22) + + +### Features + +* Setup Common Config ([#1](https://github.com/beam-community/common-config/issues/1)) ([52aecb4](https://github.com/beam-community/common-config/commit/52aecb425ddee416480956ee9e2516abf57188f6)) diff --git a/README.md b/README.md index 3e86278..0f3c88c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains shared code for all of our Elixir repositories. This in -Currently at version `1.0.0` +Currently at version `1.1.0`