From d71b77661c7709cbc05d0c77ca68051f5a2061f3 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:34:07 -0400 Subject: [PATCH] chore(main): release 1.5.0 (#35) --- .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 4918b25..dd8fde7 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 268d98e..0abf803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/beam-community/common-config/compare/v1.4.1...v1.5.0) (2024-06-26) + + +### Features + +* Update credo config ([#34](https://github.com/beam-community/common-config/issues/34)) ([775a4a2](https://github.com/beam-community/common-config/commit/775a4a28129775b5cd5501be0cd148e6824b338c)) + ## [1.4.1](https://github.com/beam-community/common-config/compare/v1.4.0...v1.4.1) (2024-06-26) diff --git a/README.md b/README.md index 475b482..8a4a00b 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.4.1` +Currently at version `1.5.0`