From 0a32eece60fa821975cc363fa08bd18f46a38519 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Tue, 28 Oct 2014 21:26:38 -0600 Subject: [PATCH] version bump. 1.2.0 --- CHANGES.md | 5 +++-- lib/phashion/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7c20a8a..822d312 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,11 @@ History ======= -next +1.2.0 ----- * Added TravisCI testing support (issue #49) -* Renamed internally used Sqlite3 client function name (issue #49) +* Renamed `sqlite_phashion_init` to `sqlite_extension_init` to fixing failing tests (issue #49). + See https://github.com/westonplatter/phashion/commit/f821b5f6bb40f438a1ab3f6fcc6f7730366468ae 1.1.1 ----- diff --git a/lib/phashion/version.rb b/lib/phashion/version.rb index 9dc8b7f..0eff40b 100644 --- a/lib/phashion/version.rb +++ b/lib/phashion/version.rb @@ -1,3 +1,3 @@ module Phashion - VERSION = '1.1.1' + VERSION = '1.2.0' end