Skip to content

Commit

Permalink
version bump to v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 17, 2022
1 parent c8b9d79 commit 70ebc34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Mechanize CHANGELOG

## 2.8.4 / 2022-01-17

### Fix

* `Mechanize::CookieJar#load` calls `Psych.safe_load` when using Psych >= 3.1


## 2.8.3 / 2021-11-11

### Update
Expand Down
2 changes: 1 addition & 1 deletion lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
VERSION = "2.8.3"
VERSION = "2.8.4"
end

0 comments on commit 70ebc34

Please sign in to comment.