Skip to content

Commit

Permalink
chore(main): release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account committed Aug 21, 2024
1 parent 5da1a94 commit d573829
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.3"
".": "3.0.4"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.4](https://github.com/stordco/kafee/compare/v3.0.3...v3.0.4) (2024-08-21)


### 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))
* Sync files with stordco/common-config-elixir ([#89](https://github.com/stordco/kafee/issues/89)) ([f6b8668](https://github.com/stordco/kafee/commit/f6b8668ecd9bc0d2e99ec640f98a86545746cbc8))
* Sync files with stordco/common-config-elixir ([#90](https://github.com/stordco/kafee/issues/90)) ([ba97bf3](https://github.com/stordco/kafee/commit/ba97bf3cb2398430dfa473deca181f669802832b))
* Sync files with stordco/common-config-elixir ([#91](https://github.com/stordco/kafee/issues/91)) ([2c013fe](https://github.com/stordco/kafee/commit/2c013fe7efe1b67e1030b4727a0f5ad6b5933e9b))
* Sync files with stordco/common-config-elixir ([#92](https://github.com/stordco/kafee/issues/92)) ([5da1a94](https://github.com/stordco/kafee/commit/5da1a9468c198d1866030fab03cbb50a152d399a))

## [3.0.3](https://github.com/stordco/kafee/compare/v3.0.2...v3.0.3) (2024-03-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d573829

Please sign in to comment.