Skip to content

Commit

Permalink
prepare v2.10.0 release (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Apr 8, 2022
1 parent 5898c92 commit 49cfece
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# beeline-ruby changelog

## 2.10.0 2022-04-08

### Improvments

- Add HTTP referer to rack integration (#197) | [@bgitt](https://github.com/bgitt)

### Fixed

- Fix regression with mid vs leaf meta.span_type detection (#194) | [@ajvondrak](https://github.com/ajvondrak)

## 2.9.0 2022-03-23

### Enhancements
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.9.0".freeze
VERSION = "2.10.0".freeze
USER_AGENT_SUFFIX = "#{NAME}/#{VERSION}".freeze
end
end

0 comments on commit 49cfece

Please sign in to comment.