Skip to content

Commit

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


## [3.0.2](v3.0.1...v3.0.2)
(2023-12-26)


### Bug Fixes

* Update tuple types for sasl option
([#78](#78))
([2860d8b](2860d8b))


### Miscellaneous

* Set main branch for release please
([c8764b0](c8764b0))

---
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 26, 2023
1 parent c8764b0 commit 2ba9418
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.1"
".": "3.0.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.2](https://github.com/stordco/kafee/compare/v3.0.1...v3.0.2) (2023-12-26)


### Bug Fixes

* Update tuple types for sasl option ([#78](https://github.com/stordco/kafee/issues/78)) ([2860d8b](https://github.com/stordco/kafee/commit/2860d8bc0cf4eb8796545db69b6765f0fc2e0b22))


### Miscellaneous

* Set main branch for release please ([c8764b0](https://github.com/stordco/kafee/commit/c8764b0dc05fac56b1c596a4350f1287c3e1e45a))

## [3.0.1](https://github.com/stordco/kafee/compare/v3.0.0...v3.0.1) (2023-11-22)


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

0 comments on commit 2ba9418

Please sign in to comment.