Skip to content

Commit

Permalink
version bump to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 6, 2024
1 parent 2561ccb commit 9efa579
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.7 (2024-06-06)

- Explicitly require "cgi" to avoid `NameError` in some applications. (#50 by @flavorjones)


## 1.0.6 (2024-06-01)

- Fix error formatting bug in HTTP::CookieJar::AbstractStore (#42 by @andrelaszlo)
Expand Down
2 changes: 1 addition & 1 deletion lib/http/cookie/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HTTP
class Cookie
VERSION = "1.0.6"
VERSION = "1.0.7"
end
end

0 comments on commit 9efa579

Please sign in to comment.