Skip to content

Commit

Permalink
prepare for 2.4.1 release (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd authored Jun 1, 2021
1 parent ac63af4 commit b67a676
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# beeline-ruby changelog

## 2.4.1 2021-06-01

### Fixes

- Updates Redis event-field filter to handle string keys in options in
addition to symbol keys. (#147) [@cupakromer](https://github.com/cupakromer)

### Maintenance

- Expanded on the Rails 5.2 example. (#141) [@robbkidd](https://github.com/robbkidd)
- Added a test case for current behavior of event emitted for an
exception raised in Rails. (@132) [@vreynolds](https://github.com/vreynolds)

## 2.4.0 2021-01-07
### Added
- Add support for HTTP Accept-Encoding header (#125) [@irvingreid](https://github.com/irvingreid)
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
honeycomb-beeline (2.4.0)
honeycomb-beeline (2.4.1)
libhoney (~> 1.14, >= 1.14.2)

GEM
Expand Down Expand Up @@ -29,6 +29,7 @@ GEM
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
excon (0.82.0)
ffi (1.12.2)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
Expand All @@ -42,13 +43,14 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.1)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
iniparse (1.5.0)
jaro_winkler (1.5.4)
json (2.3.1)
libhoney (1.14.5)
libhoney (1.18.0)
addressable (~> 2.0)
excon
http (>= 2.0, < 5.0)
method_source (0.9.2)
overcommit (0.46.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/honeycomb/beeline/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Honeycomb
module Beeline
NAME = "honeycomb-beeline".freeze
VERSION = "2.4.0".freeze
VERSION = "2.4.1".freeze
USER_AGENT_SUFFIX = "#{NAME}/#{VERSION}".freeze
end
end

0 comments on commit b67a676

Please sign in to comment.