Skip to content

Commit

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

## [3.4.2](https://github.com/stordco/kafee/compare/v3.4.1...v3.4.2) (2024-11-12)


### Miscellaneous

* A few grammar updates ([#121](https://github.com/stordco/kafee/issues/121)) ([1a01b52](https://github.com/stordco/kafee/commit/1a01b52f16cc67e1ed68ecb9741546797a59df2b))
* Fix typo in BrodAdapter ([#118](https://github.com/stordco/kafee/issues/118)) ([8ddc754](https://github.com/stordco/kafee/commit/8ddc754e0c288e2d130855c9e6e5b73d7f48d84c))
* Update documentation ([#114](https://github.com/stordco/kafee/issues/114)) ([7c9947d](https://github.com/stordco/kafee/commit/7c9947d716367a2a267f47a859388b22c2051fa8))
* Update typo in producer docs ([#117](https://github.com/stordco/kafee/issues/117)) ([ebea101](https://github.com/stordco/kafee/commit/ebea1019a325e4ed8bb943b04a0e50ea1810fa12))

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


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

0 comments on commit 4011944

Please sign in to comment.