Skip to content

Commit

Permalink
Update Changelog and Version
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Feb 28, 2019
1 parent 2782324 commit 9401a8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 13.0.0 / 2019-03-01

* [FEATURE] Add Rails 6.0.0.beta2 compatibility
* [BUGFIX] Fix case-sensitive uniqueness validator (potential breaking change) ([#753](https://github.com/DavyJonesLocker/client_side_validations/issues/753))
* [ENHANCEMENT] Test against Ruby 2.6.1
* [ENHANCEMENT] Update dependencies

## 12.1.0 / 2019-01-21

* [FEATURE] Add Rails 6.0.0.beta1 compatibility
Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ClientSideValidations
VERSION = '12.1.0'.freeze
VERSION = '13.0.0'.freeze
end
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/rails.validations.js
@@ -1,6 +1,6 @@

/*!
* Client Side Validations - v12.1.0 (https://github.com/DavyJonesLocker/client_side_validations)
* Client Side Validations - v13.0.0 (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
*/
Expand Down

0 comments on commit 9401a8a

Please sign in to comment.