Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaddell committed Sep 16, 2020
1 parent 19846f8 commit 99d3d10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [1.0.0] - Unreleased
## [1.0.0] - 2020-09-16
### Added
- A Rspec test suit
- Dummy Rails app to be used by tests
Expand All @@ -21,7 +21,7 @@ Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0
- Support for the mysql gem
- Support for Rails < 4.2

## [0.1.4] - Unreleased
## [0.1.4] - 2020-08-20
### Fixed
- Fixed bug in `mysql_adapter` where optional arguments being passed to `type_to_sql` would cause
an unexpected error
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activerecord-mysql-enum (1.0.0.pre.2)
activerecord-mysql-enum (1.0.0)
activerecord (>= 4.2, < 7)
mysql2 (= 0.4.5)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/mysql/enum/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActiveRecord
module Mysql
module Enum
VERSION = "1.0.0.pre.2"
VERSION = "1.0.0"
end
end
end

0 comments on commit 99d3d10

Please sign in to comment.