Skip to content

Commit

Permalink
rel: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Mar 7, 2024
1 parent 51cf905 commit 85e0ee5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# beeline-ruby changelog

## 3.1.0 2024-03-07

### Enhancements

- feat: support classic ingest keys (#238) | Robb Kidd

### Maintenance

- maint: add labels to release.yml for auto-generated grouping (#239) | Jamie Danielson
- maint: update codeowners to pipeline-team (#237) | Jamie Danielson
- maint: update codeowners to pipeline (#236) | Jamie Danielson

## 3.0.1 2023-10-12

### Fixed
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"
VERSION = "3.0.1"
VERSION = "3.1.0"
USER_AGENT_SUFFIX = "#{NAME}/#{VERSION}"
end
end

0 comments on commit 85e0ee5

Please sign in to comment.