Skip to content

Commit f6161f0

Browse files
committed
Bump version and document changes in CHANGELOG
1 parent 778257c commit f6161f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.0.3...main)
1+
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.0.4...main)
2+
3+
# v1.0.4 / 2021-04-09 [(commits)](https://github.com/fastruby/next_rails/compare/v1.0.3...v1.0.4)
4+
5+
* [BUGFIX] Fixes issue with `bundle_report` and `actionview` (by [@etagwerker][])
26

37
# v1.0.3 / 2021-04-05 [(commits)](https://github.com/fastruby/next_rails/compare/v1.0.2...v1.0.3)
48

lib/next_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module NextRails
2-
VERSION = "1.0.3"
2+
VERSION = "1.0.4"
33
end

0 commit comments

Comments
 (0)