Skip to content

Commit

Permalink
Bumping version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed Jan 30, 2020
1 parent 4fa4ea3 commit a5d04a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased](https://github.com/fgrehm/letter_opener_web/compare/v1.3.4...master)
## [Unreleased](https://github.com/fgrehm/letter_opener_web/compare/v1.4.0...master)

## [1.4.0](https://github.com/fgrehm/letter_opener_web/compare/v1.3.4...v1.4.0) (Jan 29, 2020)

- Removed the dependency on the asset pipeline. Good news for API-only apps! [#83](https://github.com/fgrehm/letter_opener_web/pull/83)
- Avoid `require_dependency` if Zeitwerk is enabled [#98](https://github.com/fgrehm/letter_opener_web/pull/98)
Expand Down
2 changes: 1 addition & 1 deletion lib/letter_opener_web/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LetterOpenerWeb
VERSION = '1.3.4'
VERSION = '1.4.0'
end

0 comments on commit a5d04a2

Please sign in to comment.