Skip to content

Commit

Permalink
Add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jKatt committed Jul 29, 2024
1 parent 92f16a7 commit 7038db1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.14.0 (2024-07-29)

- **[Breaking]** Adjust Appsignal middleware to use `Appsignal.monitor`.
To use the middleware the `appsignal` gem in version `>= 3.11.0` is required.
The configuration of the middleware changed and can now only requires one option `class_name` and an optional `namespace`.

## 0.13.0 (2023-11-07)

- Allow adding multiple routing keys to the consumer configuration, configure method within consumer will only accept `routing_keys` array instead of `routing_key` string
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ears (0.13.0)
ears (0.14.0)
bunny (~> 2.22.0)
multi_json

Expand Down
2 changes: 1 addition & 1 deletion lib/ears/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ears
VERSION = '0.13.0'
VERSION = '0.14.0'
end

0 comments on commit 7038db1

Please sign in to comment.