From 16dcb00e56fe68138d2b6a0cc01d45bcb27b9961 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Wed, 11 Feb 2015 15:40:38 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 7 ++++++- lib/acts_as_taggable_on/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e65db06d..4302864c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Each change should fall into categories that would affect whether the release is As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch. And _misc_ is either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding tests would be patch level. -### Master [changes](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.3...master) +### Master [changes](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.4...master) * Breaking Changes * Features @@ -12,6 +12,11 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch. * Performance * Misc +### [3.4.4 / 2015-02-11](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.3...v3.4.4) + + * Fixes + * [@d4rky-pl Add context constraint to find_related_* methods](https://github.com/mbleigh/acts-as-taggable-on/pull/629) + ### [3.4.3 / 2014-09-26](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.4.2...v3.4.3) diff --git a/lib/acts_as_taggable_on/version.rb b/lib/acts_as_taggable_on/version.rb index bdce757f0..ed5035010 100644 --- a/lib/acts_as_taggable_on/version.rb +++ b/lib/acts_as_taggable_on/version.rb @@ -1,4 +1,4 @@ module ActsAsTaggableOn - VERSION = '3.4.3' + VERSION = '3.4.4' end