From f66813f1d9b45c1c9909fca66c64156fb8153b08 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Sun, 13 Apr 2014 10:38:57 -0700 Subject: [PATCH] Bumpt to 1.9.3 --- Gemfile.lock | 2 +- NEWS.md | 5 +++++ lib/suspenders/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38b73be96..7faa584f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - suspenders (1.9.2) + suspenders (1.9.3) bundler (~> 1.3) rails (= 4.0.3) diff --git a/NEWS.md b/NEWS.md index f3175bc45..32d71f091 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +1.9.3 (April 13, 2014) + +* Use FactoryGirl.lint instead of custom-generated factory-testing code. +* Fix Delayed::Job <-> Rails 4.1 dependency conflict. + 1.9.2 (April 10, 2014) * Join Heroku apps in bin/setup. diff --git a/lib/suspenders/version.rb b/lib/suspenders/version.rb index 0e1b44893..48ebfae73 100644 --- a/lib/suspenders/version.rb +++ b/lib/suspenders/version.rb @@ -1,3 +1,3 @@ module Suspenders - VERSION = '1.9.2' + VERSION = '1.9.3' end