Skip to content

Commit

Permalink
rel: Prepare v3.0.0 release (#228)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v3.0.0 release.

## Short description of the changes
- Update version to 3.0.0 lib/honeycomb/beeline/version
- Add changelog entry

---------

Co-authored-by: Jamie Danielson <[email protected]>
  • Loading branch information
MikeGoldsmith and JamieDanielson authored Jun 9, 2023
1 parent 612ecac commit 523fa52
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# beeline-ruby changelog

## 3.0.0 2023-06-08

### ⚠️ Breaking Changes ⚠️

Minimum Ruby version is 2.5 and minimum Rails version is 5.0.

### Fixed

- fix: set min rubocop to avoid false positive lint error (#218) | @robbkidd

### Maintenance

- chore: give dependabot PRs better title (#217) | @vreynolds
- ci: use context for publishing ruby gem (#219) | @JamieDanielson
- ci: update validate PR title workflow (#216) | @pkanal
- ci: validate PR title (#214) | @pkanal
- docs: update readme (#225) | @pkanal
- docs: add otel recommendation to readme (#222) | @pkanal
- maint: drop support for Ruby < 2.5 and Rails < 5.0 (#227) | @robbkidd
- maint: update author to honeycomb (#220) | @JamieDanielson
- maint: delete workflows for old board (#212) | @vreynolds
- maint: add release file (#211) | @vreynolds
- maint: add new project workflow (#210) | @vreynolds
- maint: handle recent Rack v3 changes in tests & example (#209) | @emilyashley
- maint: add ruby 3.1 to CI matrix (#206) | @vreynolds
- maint: fix nightly build (#205) | @vreynolds
- maint: drop testing for Faraday 0 under Ruby 2.2 (#204) | @robbkidd

## 2.11.0 2022-06-01

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trial](https://ui.honeycomb.io/signup) to obtain an API key before starting.

## Compatible with

Requires Ruby version 2.3 or later
Requires Ruby version 2.5 or later

Built in instrumentation for:

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 = "2.11.0"
VERSION = "3.0.0"
USER_AGENT_SUFFIX = "#{NAME}/#{VERSION}"
end
end

0 comments on commit 523fa52

Please sign in to comment.