From 3e5d3715150a6dc9482951026629004c0504f623 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 26 Sep 2018 18:00:42 +1000 Subject: [PATCH] Bumps to version 1.10.0 --- CHANGELOG.md | 4 ++++ lib/devise-authy/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97be47c..8b09a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +... + +## [1.10.0] - 2018-09-26 + ### Changed - Moves OneTouch approval request copy to locale file. diff --git a/lib/devise-authy/version.rb b/lib/devise-authy/version.rb index c0e0e91..3acb9e2 100644 --- a/lib/devise-authy/version.rb +++ b/lib/devise-authy/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DeviseAuthy - VERSION = '1.9.0' + VERSION = '1.10.0' end \ No newline at end of file