diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0cccbf..95f5e85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## v0.1.3 (2025-06-24)
+
+- fix: providers are equal check
+- fix: carry hook context between before and after hooks
+- fix: do not perform flag resolution if not ready
+
## v0.1.2 (2025-06-23)
- fix: unused provider shutdown
diff --git a/README.md b/README.md
index 91d4ac2..a02a004 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@
-
-
+
+
diff --git a/mix.exs b/mix.exs
index 6ae303a..5a669a4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule OpenFeature.MixProject do
def project do
[
app: :open_feature,
- version: "0.1.2",
+ version: "0.1.3",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
test_paths: ["test/unit", "test/integration"],