Skip to content

Commit

Permalink
chore(main): release 2.2.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account authored Jan 31, 2023
1 parent 4ee2cb2 commit 8c3d3db
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@
{
".": "2.2.1"
".": "2.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.2](https://github.com/stordco/kafee/compare/v2.2.1...v2.2.2) (2023-01-31)


### Bug Fixes

* update telemetry error kind to struct name ([#31](https://github.com/stordco/kafee/issues/31)) ([4ee2cb2](https://github.com/stordco/kafee/commit/4ee2cb2004c339d2565ba4c6f98ba373caacc15d))

## [2.2.1](https://github.com/stordco/kafee/compare/v2.2.0...v2.2.1) (2023-01-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Just add [`kafee`](https://hex.pm/packages/stord/kafee) to your `mix.exs` file l
```elixir
def deps do
[
{:kafee, "~> 2.2.1", organization: "stord"}
{:kafee, "~> 2.2.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: "2.2.1",
version: "2.2.2",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 8c3d3db

Please sign in to comment.