diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb9a1a6c..c404985e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+## 0.1.18 (2024-05-20)
+
+### Features
+
+#### 🎸 active_animation_id() (#125)
+
+#### 🎸 create_default_config ffi (#129)
+
+#### Add `active_theme_id` function (#131)
+
+### Fixes
+
+#### 🐛 unexpected is_complete result for Bounce modes on load (#130)
+
+#### 🐛 invalid embed of image assets (#132)
+
+#### 🐛 failed to reach end frame on frame interpolation enabled (#134)
+
+#### 🐛 play() after set_frame() resets the animation (#135)
+
+#### 🐛 .lottie file load failure with float speed property (#151)
+
 ## 0.1.17 (2024-05-02)
 
 ### Features
diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml
index 39e3c897..5c3d0c67 100644
--- a/dotlottie-ffi/Cargo.toml
+++ b/dotlottie-ffi/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dotlottie-ffi"
-version = "0.1.17"
+version = "0.1.18"
 edition = "2021"
 build = "build.rs"