From 584b473ede2c6aedbb8733e5ba98ff470a93c9b6 Mon Sep 17 00:00:00 2001 From: Sean Schofield Date: Mon, 15 Mar 2010 22:21:33 -0400 Subject: [PATCH] Increment version number. Update CHANGELOG --- CHANGELOG | 5 +++++ config/environment.rb | 2 +- lib/spree.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 53d578de7f9..a755e25cb52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +== 0.10.1 + +* # - 1209 Ruby Gems Warning (reverted this fix - RubyGems 1.3.6 is now required again) +* # - 1245 payment_gateway extension fails to load in production when spree is gemified +* # - 759 Error with creating admin user during bootstrap: unknown attribute: password_confirmation (Fixed in production mode) == 0.10.0 diff --git a/config/environment.rb b/config/environment.rb index 75216a13d17..7b8fa6f618d 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,7 +5,7 @@ # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -SPREE_GEM_VERSION = '0.10.0' unless defined? SPREE_GEM_VERSION +SPREE_GEM_VERSION = '0.10.1' unless defined? SPREE_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') diff --git a/lib/spree.rb b/lib/spree.rb index 29cfffc2aa3..205f533aca4 100644 --- a/lib/spree.rb +++ b/lib/spree.rb @@ -9,7 +9,7 @@ module Spree module Version Major = '0' Minor = '10' - Tiny = '0' + Tiny = '1' Pre = nil class << self