Skip to content

Commit

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


## [3.1.0](v3.0.3...v3.1.0)
(2024-09-19)


### Features

* SIGNAL-7060 filter out large messages during termination instead of
sending to Kafka ([#95](#95))
([3bf5f81](3bf5f81))


### Miscellaneous

* Sync files with stordco/common-config-elixir
([#85](#85))
([c377a8e](c377a8e))
* Sync files with stordco/common-config-elixir
([#87](#87))
([5dcc51d](5dcc51d))
* Sync files with stordco/common-config-elixir
([#88](#88))
([51f6add](51f6add))
* Sync files with stordco/common-config-elixir
([#89](#89))
([f6b8668](f6b8668))
* Sync files with stordco/common-config-elixir
([#90](#90))
([ba97bf3](ba97bf3))
* Sync files with stordco/common-config-elixir
([#91](#91))
([2c013fe](2c013fe))
* Sync files with stordco/common-config-elixir
([#92](#92))
([5da1a94](5da1a94))
* Sync files with stordco/common-config-elixir
([#94](#94))
([33ed4d8](33ed4d8))

---
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 Sep 19, 2024
1 parent 3bf5f81 commit 931780f
Show file tree
Hide file tree
Showing 4 changed files with 22 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.0.3"
".": "3.1.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.1.0](https://github.com/stordco/kafee/compare/v3.0.3...v3.1.0) (2024-09-19)


### Features

* SIGNAL-7060 filter out large messages during termination instead of sending to Kafka ([#95](https://github.com/stordco/kafee/issues/95)) ([3bf5f81](https://github.com/stordco/kafee/commit/3bf5f812e6ef87f9597646ed20ae7c751c01b255))


### Miscellaneous

* Sync files with stordco/common-config-elixir ([#85](https://github.com/stordco/kafee/issues/85)) ([c377a8e](https://github.com/stordco/kafee/commit/c377a8e6654d11557d5ccb8d1b750f2c3d1614c4))
* Sync files with stordco/common-config-elixir ([#87](https://github.com/stordco/kafee/issues/87)) ([5dcc51d](https://github.com/stordco/kafee/commit/5dcc51d9392a32cf2b33d23cb31b45541ecc4909))
* Sync files with stordco/common-config-elixir ([#88](https://github.com/stordco/kafee/issues/88)) ([51f6add](https://github.com/stordco/kafee/commit/51f6adddc5fdcb7e01d402fff910a7ee708813b6))
* Sync files with stordco/common-config-elixir ([#89](https://github.com/stordco/kafee/issues/89)) ([f6b8668](https://github.com/stordco/kafee/commit/f6b8668ecd9bc0d2e99ec640f98a86545746cbc8))
* Sync files with stordco/common-config-elixir ([#90](https://github.com/stordco/kafee/issues/90)) ([ba97bf3](https://github.com/stordco/kafee/commit/ba97bf3cb2398430dfa473deca181f669802832b))
* Sync files with stordco/common-config-elixir ([#91](https://github.com/stordco/kafee/issues/91)) ([2c013fe](https://github.com/stordco/kafee/commit/2c013fe7efe1b67e1030b4727a0f5ad6b5933e9b))
* Sync files with stordco/common-config-elixir ([#92](https://github.com/stordco/kafee/issues/92)) ([5da1a94](https://github.com/stordco/kafee/commit/5da1a9468c198d1866030fab03cbb50a152d399a))
* Sync files with stordco/common-config-elixir ([#94](https://github.com/stordco/kafee/issues/94)) ([33ed4d8](https://github.com/stordco/kafee/commit/33ed4d8c2bc757cd2ef5e5bffe656418be13d588))

## [3.0.3](https://github.com/stordco/kafee/compare/v3.0.2...v3.0.3) (2024-03-08)


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

0 comments on commit 931780f

Please sign in to comment.