Skip to content

Commit

Permalink
chore(main): release 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account committed Jan 14, 2025
1 parent a03991e commit 4ba451a
Show file tree
Hide file tree
Showing 4 changed files with 10 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.5.2"
".": "3.5.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.5.3](https://github.com/stordco/kafee/compare/v3.5.2...v3.5.3) (2025-01-14)


### Miscellaneous

* Add consumer lag utility for brod ([#131](https://github.com/stordco/kafee/issues/131)) ([a03991e](https://github.com/stordco/kafee/commit/a03991ec5f85f328ea01a0cf5ab882bd9263dd30))

## [3.5.2](https://github.com/stordco/kafee/compare/v3.5.1...v3.5.2) (2024-12-17)


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.5.2", organization: "stord"}
{:kafee, "~> 3.5.3", 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.5.2",
version: "3.5.3",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 4ba451a

Please sign in to comment.