Skip to content

Commit

Permalink
version bump to v2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 9, 2022
1 parent c7fe699 commit c1091fd
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.5 / 2022-06-09

### Security

Fixes low-severity CVE-2022-31033, "Authorization header leak on port redirect." See [GHSA-64qm-hrgp-pgr9](https://github.com/sparklemotion/mechanize/security/advisories/GHSA-64qm-hrgp-pgr9) for more details.


## 2.8.4 / 2022-01-17

### Fix
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.4"
VERSION = "2.8.5"
end

0 comments on commit c1091fd

Please sign in to comment.