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 e59e27c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.14.0 (2024-07-29)

- **[Breaking]** Adjust Appsignal middleware to use `Appsignal.monitor`.
The middleware can now be configured with the `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 e59e27c

Please # to comment.