Skip to content

Commit

Permalink
release v1.0.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Nov 16, 2019
1 parent 1cc6b00 commit 9790ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Next
## [1.0.0]

- Remove Ruby 2.2 and Rails 3.2 support
- Add Instrumentation event (#62)
Expand Down Expand Up @@ -111,6 +111,7 @@ All notable changes to this project will be documented in this file.

- First version of controller filters

[1.0.0]: https://github.com/markets/invisible_captcha/compare/v0.13.0...v1.0.0
[0.13.0]: https://github.com/markets/invisible_captcha/compare/v0.12.2...v0.13.0
[0.12.2]: https://github.com/markets/invisible_captcha/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/markets/invisible_captcha/compare/v0.12.0...v0.12.1
Expand Down
2 changes: 1 addition & 1 deletion lib/invisible_captcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module InvisibleCaptcha
VERSION = "0.13.0"
VERSION = "1.0.0"
end

0 comments on commit 9790ef0

Please sign in to comment.