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 Mar 22, 2024
1 parent 51f6add commit 90b8d50
Show file tree
Hide file tree
Showing 4 changed files with 12 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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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 90b8d50

Please sign in to comment.