Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Oct 1, 2019
1 parent bb42c2a commit b2c8bde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3] - 2019-10-01
- Relax rubyzip dependency. Our usage of rubyzip does not require adressing
CVE-2019-16892 and thus is fine with 1.2, but applications using this Gem
might use RubyZIP elsewhere too and thus will want to upgrade to >= 1.3.

## [0.3.2] - 2019-09-02
- Set minimum Nokogiri version to 1.10.4. See CVE-2019-5477.
- Fix encoding issues for PDFs.
Expand Down
2 changes: 1 addition & 1 deletion lib/plaintext/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Plaintext
VERSION = "0.3.2"
VERSION = "0.3.3"
end

0 comments on commit b2c8bde

Please sign in to comment.