Skip to content

Commit

Permalink
Bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenharman committed May 13, 2024
1 parent 7d10b4a commit d6c8c37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased](https://github.com/fgrehm/letter_opener_web/compare/v2.0.0...master)
## [Unreleased](https://github.com/fgrehm/letter_opener_web/compare/v3.0.0...master)

## [3.0.0](https://github.com/fgrehm/letter_opener_web/compare/v2.0.0...v3.0.0)

### Breaking
- Drop EoL'd Rubies and Rails - now requires Ruby 3.1+ and Rails 6.1+.
Expand Down
2 changes: 1 addition & 1 deletion lib/letter_opener_web/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LetterOpenerWeb
VERSION = '2.0.0'
VERSION = '3.0.0'
end

0 comments on commit d6c8c37

Please sign in to comment.