summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/ffi/version.rb2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3925a09..6b577f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+1.15.4 / 2021-09-01
+-------------------
+
+Fixed:
+* Fix build for uClibc. #913
+* Correct module lookup when including `ffi-module` gem. #912
+
+Changed:
+* Use ruby code of the ffi gem in JRuby-9.2.20+. #915
+
+
1.15.3 / 2021-06-16
-------------------
diff --git a/lib/ffi/version.rb b/lib/ffi/version.rb
index 65841a0..e275f3d 100644
--- a/lib/ffi/version.rb
+++ b/lib/ffi/version.rb
@@ -1,3 +1,3 @@
module FFI
- VERSION = '1.15.4.pre1'
+ VERSION = '1.15.4'
end