Skip to content

Commit

Permalink
Prepare version 1.1.1 (#20)
Browse files Browse the repository at this point in the history
* Update CHANGELOG and version for v1.1.1

* Add list of contributors
  • Loading branch information
markoudev authored Oct 19, 2018
1 parent 5501bdf commit 2f89a6a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.1

* Fixes possible SQL injection for ActiveRecord columns typed with
MySQLBinUUID::Type.
Thank you @ejoubaud, @geoffevason and @viraptor.


# 1.1.0

* Set minimum Ruby version from 2.2 to 2.3
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ a console with the changes you made, run `bin/console`.
Bug reports and pull requests are welcome on GitHub at
https://github.com/nedap/mysql-binuuid-rails

## Contributors

Thank you:

* Emmanuel Joubaud ([@ejoubaud](https://github.com/ejoubaud))
* Geoff Evason ([@geoffevason](https://github.com/geoffevason))
* Stanisław Pitucha ([@viraptor](https://github.com/viraptor))


# License

Expand Down
2 changes: 1 addition & 1 deletion lib/mysql-binuuid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MySQLBinUUID
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 2f89a6a

Please sign in to comment.