From 2f89a6a36d8b89ff0eea7b298c99dae517a603fc Mon Sep 17 00:00:00 2001 From: Mark Oude Veldhuis Date: Fri, 19 Oct 2018 11:18:58 +0200 Subject: [PATCH] Prepare version 1.1.1 (#20) * Update CHANGELOG and version for v1.1.1 * Add list of contributors --- CHANGELOG.md | 7 +++++++ README.md | 8 ++++++++ lib/mysql-binuuid/version.rb | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f0c9f..d11271f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 1be3278..d9a90af 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/mysql-binuuid/version.rb b/lib/mysql-binuuid/version.rb index 0144996..476bbc7 100644 --- a/lib/mysql-binuuid/version.rb +++ b/lib/mysql-binuuid/version.rb @@ -1,3 +1,3 @@ module MySQLBinUUID - VERSION = "1.1.0" + VERSION = "1.1.1" end