diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
+## 0.2.0 (2025-03-29)
+* fix build (using unreleased strongweak parts)
+
 ## 0.1.0 (2025-03-11)
 Initial release.
 
-  * extracted from binrep
-  * strongweak instances
+* extracted from binrep
+* strongweak instances
diff --git a/binrep-instances.cabal b/binrep-instances.cabal
--- a/binrep-instances.cabal
+++ b/binrep-instances.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           binrep-instances
-version:        0.1.0
+version:        0.2.0
 synopsis:       Orphan instances for binrep
 description:    Please see README.md.
 category:       Data, Serialization
@@ -50,5 +50,5 @@
   build-depends:
       base >=4.18 && <5
     , binrep >=1.1.0 && <1.2
-    , strongweak >=0.11.0 && <0.12
+    , strongweak >=0.12.0 && <0.13
   default-language: GHC2021
