diff --git a/CHANGELOG.md b/CHANGELOG.md index 141c5f6..9f2ed04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0] - Unreleased +## [0.1.0] - 2020-10-23 ### Added - Added an adapter for Rails 4, 5, and 6. - Added appraisals for Rails 4, 5, and 6. diff --git a/Gemfile.lock b/Gemfile.lock index 78745fa..afe8480 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fibered_mysql2 (0.1.0.pre.5) + fibered_mysql2 (0.1.0) em-synchrony (~> 1.0) rails (>= 4.2, < 7) diff --git a/lib/fibered_mysql2/version.rb b/lib/fibered_mysql2/version.rb index efce9a7..2b5340a 100644 --- a/lib/fibered_mysql2/version.rb +++ b/lib/fibered_mysql2/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FiberedMysql2 - VERSION = "0.1.0.pre.5" + VERSION = "0.1.0" end