From eb6f6274f5bd4aab837e9d2e450f4c31fead831e Mon Sep 17 00:00:00 2001 From: Ramon Tayag Date: Wed, 4 Sep 2019 21:57:12 +0800 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8303ab..4aa3553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] +### +- [Rails 6 support](https://github.com/G5/storext/pull/65) + ## [3.0.0] - 2018-04-01 ### Added - Do not depend on Rails for non-development, ActiveRecord instead From 49ab8bea19d93621a0d1db397a7c4e3cbe0ba612 Mon Sep 17 00:00:00 2001 From: Ramon Tayag Date: Wed, 4 Sep 2019 21:57:50 +0800 Subject: [PATCH 2/2] Prepare for v3.1.0 release --- CHANGELOG.md | 2 +- lib/storext/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa3553..a19bf9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [3.1.0] - 2018-09-05 ### - [Rails 6 support](https://github.com/G5/storext/pull/65) diff --git a/lib/storext/version.rb b/lib/storext/version.rb index 17cf2ee..ee8ecd4 100644 --- a/lib/storext/version.rb +++ b/lib/storext/version.rb @@ -1,3 +1,3 @@ module Storext - VERSION = "3.0.0" + VERSION = "3.1.0" end