diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 930cf0f..857973b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.3" + ".": "3.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41be7a4..c2f7d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.0.4](https://github.com/stordco/kafee/compare/v3.0.3...v3.0.4) (2024-03-22) + + +### Miscellaneous + +* Sync files with stordco/common-config-elixir ([#85](https://github.com/stordco/kafee/issues/85)) ([c377a8e](https://github.com/stordco/kafee/commit/c377a8e6654d11557d5ccb8d1b750f2c3d1614c4)) +* Sync files with stordco/common-config-elixir ([#87](https://github.com/stordco/kafee/issues/87)) ([5dcc51d](https://github.com/stordco/kafee/commit/5dcc51d9392a32cf2b33d23cb31b45541ecc4909)) +* Sync files with stordco/common-config-elixir ([#88](https://github.com/stordco/kafee/issues/88)) ([51f6add](https://github.com/stordco/kafee/commit/51f6adddc5fdcb7e01d402fff910a7ee708813b6)) + ## [3.0.3](https://github.com/stordco/kafee/compare/v3.0.2...v3.0.3) (2024-03-08) diff --git a/README.md b/README.md index ff60370..7bb8512 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Just add [`kafee`](https://hex.pm/packages/stord/kafee) to your `mix.exs` file l ```elixir def deps do [ - {:kafee, "~> 3.0.3", organization: "stord"} + {:kafee, "~> 3.0.4", organization: "stord"} ] end ``` diff --git a/mix.exs b/mix.exs index 958afba..a9dce54 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Kafee.MixProject do app: :kafee, name: "Kafee", description: "Let's get energized with Kafka!", - version: "3.0.3", + version: "3.0.4", elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,