aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--History.txt8
-rw-r--r--lib/arel.rb2
2 files changed, 8 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index 70d301a2e4..e9eed4e50a 100644
--- a/History.txt
+++ b/History.txt
@@ -1,4 +1,10 @@
-== 2.1.2 / Unreleased
+== 2.1.3 / 2011-06-27
+
+* Bug Fixues
+
+ * Fixed broken gem build.
+
+== 2.1.2 / 2011-06-27
* Bug Fixes
diff --git a/lib/arel.rb b/lib/arel.rb
index 4479d0aa07..58fa2ea77f 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -33,7 +33,7 @@ require 'arel/sql_literal'
####
module Arel
- VERSION = '2.1.2'
+ VERSION = '2.1.3'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql