From 8c698be4c4f1fd014e7416e6ef965893fda12162 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 21 Aug 2012 10:56:46 +1000 Subject: [PATCH] v3.0.13 --- CHANGELOG.rdoc | 4 ++++ lib/validates_timeliness/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index c708d7e..448de25 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,7 @@ += 3.0.13 [2012-08-21] +* Fix ActiveRecord issues with using plugin parser by using old way of caching values. +* Allow any ActiveRecord non-column attribute to be validated + = 3.0.12 [2012-06-23] * Fix load order issue when relying on Railtie to load ActiveRecord extension diff --git a/lib/validates_timeliness/version.rb b/lib/validates_timeliness/version.rb index ccb07d0..f95835e 100644 --- a/lib/validates_timeliness/version.rb +++ b/lib/validates_timeliness/version.rb @@ -1,3 +1,3 @@ module ValidatesTimeliness - VERSION = '3.0.12' + VERSION = '3.0.13' end