summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2020-01-14 22:27:21 +0100
committerLars Kanis <lars@greiz-reinsdorf.de>2020-01-14 22:27:21 +0100
commitb54e735b11abef310c58b0f33dfc1af8f78f007e (patch)
tree39e78a16b6d58393e9cc5cc741ead46ba17bfbcf
parentee13af16bd290e9d5c9d74eecfc563017284b6f5 (diff)
downloadffi-b54e735b11abef310c58b0f33dfc1af8f78f007e.tar.gz
Bump VERSION to 1.12.11.12.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/ffi/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b76b220..01be2d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+1.12.1 / 2020-01-14
+-------------------
+
+Added:
+* Add binary gem support for ruby-2.7 on Windows
+
+
1.12.0 / 2020-01-14
-------------------
diff --git a/lib/ffi/version.rb b/lib/ffi/version.rb
index f8eb874..735ba91 100644
--- a/lib/ffi/version.rb
+++ b/lib/ffi/version.rb
@@ -1,3 +1,3 @@
module FFI
- VERSION = '1.12.0'
+ VERSION = '1.12.1'
end