diff --git a/History.md b/History.md index c200c1c..7118fcc 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,8 @@ # History of hydra-editor releases +## 4.0.2 +* 2018-05-10: MultiValue gets values from object methods and attributes [afred] + ## 4.0.1 * 2018-04-25: Updated the gemspec for authors, email, and homepage diff --git a/lib/hydra_editor/version.rb b/lib/hydra_editor/version.rb index f3a95ac..66b71a7 100644 --- a/lib/hydra_editor/version.rb +++ b/lib/hydra_editor/version.rb @@ -1,3 +1,3 @@ module HydraEditor - VERSION = '4.0.1'.freeze + VERSION = '4.0.2'.freeze end