Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
tebs committed Feb 16, 2021
1 parent 4c852ce commit bcd6242
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2021-02-11
### Breaking change
- Drop support for Rails 4.x [Pull Request](https://github.com/xing/pdf_cover/pull/12)

## [0.3.2] - 2020-11-06
### Changed
- Update dependencies with security vulnerabilities detected [Pull Request](https://github.com/xing/pdf_cover/pull/11)
Expand Down
2 changes: 1 addition & 1 deletion lib/pdf_cover/version.rb
@@ -1,3 +1,3 @@
module PdfCover
VERSION = "0.3.2".freeze
VERSION = "1.0.0".freeze
end

0 comments on commit bcd6242

Please sign in to comment.