Skip to content

Commit

Permalink
prepare v5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Feb 13, 2024
1 parent dc934c9 commit 3bf2502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- _Your new line here. Mind the style of prefix used in the rest of the document._

## 5.0.1 (2024-02-13)

- Restore support for HTTPI ([#117](https://github.com/savonrb/wasabi/issues/117)).

## 5.0.0 (2024-01-08)

- Drop support for unsupported rubies (2.7 and below)
Expand Down
2 changes: 1 addition & 1 deletion lib/wasabi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wasabi
VERSION = '5.0.0'
VERSION = '5.0.1'
end

0 comments on commit 3bf2502

Please sign in to comment.