Skip to content

Commit

Permalink
Update changelog and bump version (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycliff committed May 27, 2021
1 parent 3524d88 commit 43a6e34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Draper Changelog

## 4.0.2 - 2021-05-27

### Fixes
* Fix kwargs usage for Ruby 3 compatibility [#885](https://github.com/drapergem/draper/pull/885)
* Fix ruby warnings for "ambiguous first argument" [#881](https://github.com/drapergem/draper/pull/881)
* Fix rake warnings in CI [#897](https://github.com/drapergem/draper/pull/897)
* Fix decoration spec [#895](https://github.com/drapergem/draper/pull/895)

### Other Changes
* Migration from Travis CI to GitHub Actions [#893](https://github.com/drapergem/draper/pull/893), [#896](https://github.com/drapergem/draper/pull/896), [#903](https://github.com/drapergem/draper/pull/903)

## 4.0.1 - 2020-03-25

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/draper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Draper
VERSION = '4.0.1'
VERSION = '4.0.2'
end

0 comments on commit 43a6e34

Please sign in to comment.