From 09827f361d4bc73e6ff157d9feb74a465e4e4cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 27 Jul 2016 20:17:41 -0300 Subject: Release 7.1.1 --- History.txt | 6 ++++++ lib/arel.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index e302920c14..ccc170c4a2 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +=== 7.1.1 / 2016-07-27 + +* Bug Fixes + + * Fix warning in `Casted#hash` + === 7.1.0 / 2016-07-19 * Enhancements diff --git a/lib/arel.rb b/lib/arel.rb index c320f104d8..41173787ed 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -21,7 +21,7 @@ require 'arel/delete_manager' require 'arel/nodes' module Arel - VERSION = '7.1.0' + VERSION = '7.1.1' def self.sql raw_sql Arel::Nodes::SqlLiteral.new raw_sql -- cgit v1.2.3