From 2ba94180809d97a3ea96a55eb6f2c8997679b95b Mon Sep 17 00:00:00 2001 From: stord-engineering-account <77021775+stord-engineering-account@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:08:18 -0700 Subject: [PATCH] chore(main): release 3.0.2 (#79) An automated release has been created for you. --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- mix.exs | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f5405..e28eff5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db42db5..1708139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 6375d1e..8413fa6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index d082af0..8d4c126 100644 --- a/mix.exs +++ b/mix.exs @@ -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,