Skip to content

Commit

Permalink
Prepare 2.7.1 release (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Vera Reynolds <[email protected]>
  • Loading branch information
JamieDanielson and vreynolds authored Oct 22, 2021
1 parent d99bee2 commit 916a254
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# beeline-ruby changelog

## 2.7.1 2021-10-22

### Maintenance

- Change maintenance badge to maintained (#174) | [@JamieDanielson](https://github.com/JamieDanielson)
- Adds Stalebot (#175) | [@JamieDanielson](https://github.com/JamieDanielson)
- gather up the matrix'd code coverage and save a report (#173) | [@robbkidd](https://github.com/robbkidd)
- add Ruby 3.0 to CI matrix (#171) | [@robbkidd](https://github.com/robbkidd)
- remove CodeCov from test suite (#172) | [@robbkidd](https://github.com/robbkidd)
- Add NOTICE (#169) | [@cartermp](https://github.com/cartermp)

## 2.7.0 2021-09-03

### Improvements
Expand Down
2 changes: 0 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Releasing

- Update the version number in `lib/honeycomb/beeline/version`.
- Run `bundle lock`.
- Confirm the version number update appears in `Gemfile.lock`
- Update `CHANGELOG.md` with the changes since the last release.
- Commit changes, push, and open a release preparation pull request for review.
- Once the pull request is merged, fetch the updated `main` branch.
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.7.0".freeze
VERSION = "2.7.1".freeze
USER_AGENT_SUFFIX = "#{NAME}/#{VERSION}".freeze
end
end

0 comments on commit 916a254

Please sign in to comment.