Skip to content

Commit 43a6e34

Browse files
authored
Update changelog and bump version (#909)
1 parent 3524d88 commit 43a6e34

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Draper Changelog
22

3+
## 4.0.2 - 2021-05-27
4+
5+
### Fixes
6+
* Fix kwargs usage for Ruby 3 compatibility [#885](https://github.com/drapergem/draper/pull/885)
7+
* Fix ruby warnings for "ambiguous first argument" [#881](https://github.com/drapergem/draper/pull/881)
8+
* Fix rake warnings in CI [#897](https://github.com/drapergem/draper/pull/897)
9+
* Fix decoration spec [#895](https://github.com/drapergem/draper/pull/895)
10+
11+
### Other Changes
12+
* 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)
13+
314
## 4.0.1 - 2020-03-25
415

516
### Fixes

lib/draper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Draper
2-
VERSION = '4.0.1'
2+
VERSION = '4.0.2'
33
end

0 commit comments

Comments
 (0)