diff --git a/CHANGELOG.md b/CHANGELOG.md index 775c070..c07d4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # The Changelog +## Version 1.2.2: April 20, 2020 +- config.include allows module functions to be available within controller helper methods + ## Version 1.2.1: April 17, 2020 - fix delegate method not being defined diff --git a/lib/rails_edge_test/version.rb b/lib/rails_edge_test/version.rb index 45d1e07..11ea8a2 100644 --- a/lib/rails_edge_test/version.rb +++ b/lib/rails_edge_test/version.rb @@ -1,3 +1,3 @@ module RailsEdgeTest - VERSION = "1.2.1" + VERSION = "1.2.2" end diff --git a/spec/support/test_app/Gemfile.lock b/spec/support/test_app/Gemfile.lock index 80e9abc..2472f27 100644 --- a/spec/support/test_app/Gemfile.lock +++ b/spec/support/test_app/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - rails_edge_test (1.2.1) + rails_edge_test (1.2.2) actionpack (~> 5.2) GEM