Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 23, 2021
1 parent 444bca1 commit 3f84a40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 12.0.0 / 2020-01-23

* [FEATURE] Allow nested `:error` component [#111](https://github.com/DavyJonesLocker/client_side_validations-simple_form/pull/111) **POSSIBLE BREAKING CHANGE!**
* [ENHANCEMENT] Default branch is now `main` **POSSIBLE BREAKING CHANGE!**
* [ENHANCEMENT] Update QUnit to 2.14.0
* [ENHANCEMENT] Update development dependencies

## 11.2.0 / 2020-12-21

* [FEATURE] Allow Ruby 3.0.0 (really)
Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/simple_form/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ClientSideValidations
module SimpleForm
VERSION = '11.2.0'
VERSION = '12.0.0'
end
end

0 comments on commit 3f84a40

Please sign in to comment.