diff --git a/History.txt b/History.txt index d452cb1f5..321925148 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +v11.2.1 +2017-06-12 — Bump LDP version to ~> 0.7.0 [Justin Coyne] + +v11.2.0 +(History is missing) + v11.1.2 2017-01-25: Eager load all the code in eager_load blocks [Justin Coyne] diff --git a/lib/active_fedora/version.rb b/lib/active_fedora/version.rb index 7dbb7dfc2..73e5af4b5 100644 --- a/lib/active_fedora/version.rb +++ b/lib/active_fedora/version.rb @@ -1,3 +1,3 @@ module ActiveFedora - VERSION = "11.2.0".freeze + VERSION = "11.2.1".freeze end