Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
`FrontEndBuilds::App.live_build` is now optional. This resolves issues with  Rails 5 clients that have `Rails.application.config.active_record.belongs_to_required_by_default` enabled.
  • Loading branch information
caomania committed May 6, 2019
1 parent c5e8f63 commit 309383c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What's new

### Unreleased
### 1.0.1 (May 6th, 2019)
* `FrontEndBuilds::App.live_build` is now optional. This resolves issues with Rails 5 clients that have `Rails.application.config.active_record.belongs_to_required_by_default` enabled.

### 1.0.0 (January 31, 2019)
Expand Down
2 changes: 1 addition & 1 deletion lib/front_end_builds/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FrontEndBuilds
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 309383c

Please sign in to comment.