We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf332a commit 2d0e50dCopy full SHA for 2d0e50d
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# 1.1.0
2
+
3
+ * Set minimum Ruby version from 2.2 to 2.3
4
+ * Set default Ruby version to 2.5.1
5
+ * Updated README shipped with the gem
6
7
8
+# 1.0.0
9
10
+ * Initial release.
lib/mysql-binuuid/version.rb
@@ -1,3 +1,3 @@
module MySQLBinUUID
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end
0 commit comments