diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index da59f99e..3e2bf498 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.4.0"
+ ".": "0.4.1"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59d324d6..fa557f33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.4.1](https://github.com/open-feature/ruby-sdk/compare/v0.4.0...v0.4.1) (2025-11-03)
+
+
+### Features
+
+* Add runtime type validation for default values in flag evaluation methods ([#194](https://github.com/open-feature/ruby-sdk/issues/194)) ([dc56c76](https://github.com/open-feature/ruby-sdk/commit/dc56c76f987c16b22a284513b7d0f383d38a0198))
+* Add setProviderAndWait method for blocking provider initialization ([#200](https://github.com/open-feature/ruby-sdk/issues/200)) ([d92eabc](https://github.com/open-feature/ruby-sdk/commit/d92eabcb54335e21522cea0d6b10be3e842ce8e2))
+
## [0.4.0](https://github.com/open-feature/ruby-sdk/compare/v0.3.1...v0.4.0) (2024-06-13)
diff --git a/Gemfile.lock b/Gemfile.lock
index d478e7b2..6e748210 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- openfeature-sdk (0.4.0)
+ openfeature-sdk (0.4.1)
GEM
remote: https://rubygems.org/
diff --git a/README.md b/README.md
index f2423df0..959bf9b6 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@
-
-
+
+
diff --git a/lib/open_feature/sdk/version.rb b/lib/open_feature/sdk/version.rb
index dd46f23c..0a9b5197 100644
--- a/lib/open_feature/sdk/version.rb
+++ b/lib/open_feature/sdk/version.rb
@@ -2,6 +2,6 @@
module OpenFeature
module SDK
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
end
end