Skip to content

Commit

Permalink
chore(main): release 3.5.1 (#127)
Browse files Browse the repository at this point in the history
An automated release has been created for you.
---


## [3.5.1](v3.5.0...v3.5.1)
(2024-12-13)


### Bug Fixes

* Improve Kafee exception handling
([#126](#126))
([fa5bd44](fa5bd44))
* Update kafee consumer handle_failure/2 fn
([#119](#119))
([4c12df7](4c12df7))


### Miscellaneous

* Correct documentation to include start.count metric
([#125](#125))
([3ab284c](3ab284c))
* Sync files with stordco/common-config-elixir
([#128](#128))
([3adffb8](3adffb8))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
stord-engineering-account authored Dec 17, 2024
1 parent 4c12df7 commit ad21a73
Show file tree
Hide file tree
Showing 4 changed files with 17 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.0"
".": "3.5.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.5.1](https://github.com/stordco/kafee/compare/v3.5.0...v3.5.1) (2024-12-13)


### Bug Fixes

* Improve Kafee exception handling ([#126](https://github.com/stordco/kafee/issues/126)) ([fa5bd44](https://github.com/stordco/kafee/commit/fa5bd443b48c48d551427485cc9ec5b671d6dbea))
* Update kafee consumer handle_failure/2 fn ([#119](https://github.com/stordco/kafee/issues/119)) ([4c12df7](https://github.com/stordco/kafee/commit/4c12df78ca8b4466879c140a0acdd04c1c4fff7f))


### Miscellaneous

* Correct documentation to include start.count metric ([#125](https://github.com/stordco/kafee/issues/125)) ([3ab284c](https://github.com/stordco/kafee/commit/3ab284cd1f55a633b4584c4cc430fe85d9f6cb8d))
* Sync files with stordco/common-config-elixir ([#128](https://github.com/stordco/kafee/issues/128)) ([3adffb8](https://github.com/stordco/kafee/commit/3adffb84415424aa8e493b3408500c9d19ec27a3))

## [3.5.0](https://github.com/stordco/kafee/compare/v3.4.1...v3.5.0) (2024-11-21)


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

0 comments on commit ad21a73

Please sign in to comment.