From 9f078f7f3c6702885b2d8626d18d5bfa4e2e265e Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Thu, 18 Jan 2024 15:50:51 -0500 Subject: [PATCH] chore(main): release 1.1.2 (#5) --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe25ba..9d36c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/beam-community/common-config/compare/v1.1.1...v1.1.2) (2024-01-18) + + +### Bug Fixes + +* Update .credo.exs file to pass formatting ([5e79334](https://github.com/beam-community/common-config/commit/5e79334390420bf297be9d8af2db450bf0c5d971)) + ## [1.1.1](https://github.com/beam-community/common-config/compare/v1.1.0...v1.1.1) (2023-12-22) diff --git a/README.md b/README.md index 139cdfa..79fa09b 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.1.1` +Currently at version `1.1.2`