diff --git a/CHANGELOG.md b/CHANGELOG.md index adb261ba..eeb5094a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## [0.0.2] 2016-08-27 +## [0.0.3] 2016-08-27 + +### Fixed +- fatal constant reference bug in `Temporale` +- the specs that covered it + +## [0.0.2] 2016-08-27 YANKED + +release yanked, as it contained a fatal bug in `Temporale`, +resulting in `NameError` being raised on each initialization ### Fixed - all celebrations handled by `Temporale` purged from the sanctorale diff --git a/lib/calendarium-romanum/version.rb b/lib/calendarium-romanum/version.rb index 22809638..15f9390b 100644 --- a/lib/calendarium-romanum/version.rb +++ b/lib/calendarium-romanum/version.rb @@ -1,3 +1,3 @@ module CalendariumRomanum - VERSION = '0.0.2' + VERSION = '0.0.3' end