Skip to content

Commit

Permalink
Add Appsignal dependency 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 d7c2212
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.14.0 (2024-07-29)

- **[Breaking]** Add Appsignal dependency and adjust monitoring

## 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
1 change: 1 addition & 0 deletions ears.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'appsignal', '>= 3.12.2'
spec.add_dependency 'bunny', '~> 2.22.0'
spec.add_dependency 'multi_json'
end
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 d7c2212

Please sign in to comment.