Skip to content

Commit

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


## [3.4.1](v3.4.0...v3.4.1)
(2024-10-23)


### Miscellaneous

* SIGNAL-7217 increase timeout for Task.await_many to account for 15 sec
DB timeouts + buffer
([#112](#112))
([38ab6fc](38ab6fc))

---
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 Oct 23, 2024
1 parent 38ab6fc commit 1e5c00d
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.4.0"
".": "3.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.4.1](https://github.com/stordco/kafee/compare/v3.4.0...v3.4.1) (2024-10-23)


### Miscellaneous

* SIGNAL-7217 increase timeout for Task.await_many to account for 15 sec DB timeouts + buffer ([#112](https://github.com/stordco/kafee/issues/112)) ([38ab6fc](https://github.com/stordco/kafee/commit/38ab6fcaeeee8796444cf9e5d0105588cfb76276))

## [3.4.0](https://github.com/stordco/kafee/compare/v3.3.1...v3.4.0) (2024-10-18)


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

0 comments on commit 1e5c00d

Please sign in to comment.