Skip to content

Commit

Permalink
Release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scudco committed Jun 28, 2021
1 parent 9223814 commit 7ac64ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.0 2021-06-28

* #186 - Upgrade to countries 4.0.0 (@pmor)

## 5.1.0 2021-05-18

* #184 - Add ability to configure defaults (@p-wall)
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:
country_select (5.1.0)
country_select (6.0.0)
countries (~> 4.0)
sort_alphabetical (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/country_select/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CountrySelect
VERSION = '5.1.0'
VERSION = '6.0.0'
end

0 comments on commit 7ac64ca

Please sign in to comment.