diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
 
 ## [Unreleased]
 
+## [1.5.1] - 2026-08-09
+
+### Changed
+- Support jose-0.13 (#64)
+
 ## [1.5.0] - 2025-07-23
 
 ### Changed
@@ -81,7 +86,8 @@
 - Extracted webgear-core from webgear-server
 - New arrow based API
 
-[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.5.0...HEAD
+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.5.1...HEAD
+[1.5.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.5.1
 [1.5.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.5.0
 [1.4.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.4.0
 [1.3.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.3.1
diff --git a/webgear-core.cabal b/webgear-core.cabal
--- a/webgear-core.cabal
+++ b/webgear-core.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.4
 
 name:                webgear-core
-version:             1.5.0
+version:             1.5.1
 synopsis:            Composable, type-safe library to build HTTP APIs
 description:
         WebGear is a library to for building composable, type-safe HTTP APIs.
@@ -10,7 +10,7 @@
 bug-reports:         https://github.com/haskell-webgear/webgear/issues
 author:              Raghu Kaippully
 maintainer:          rkaippully@gmail.com
-copyright:           2020-2025 Raghu Kaippully
+copyright:           2020-2026 Raghu Kaippully
 license:             MPL-2.0
 license-file:        LICENSE
 category:            Web
@@ -59,16 +59,16 @@
                     , bytestring >=0.11.0.0 && <0.13
                     , case-insensitive ==1.2.*
                     , cookie >=0.4.5 && <0.6
-                    , http-api-data >=0.5 && <0.7
+                    , http-api-data >=0.5 && <0.8
                     , http-media ==0.8.*
                     , http-types ==0.12.*
-                    , jose >=0.10 && <0.12
+                    , jose >=0.10 && <0.14
                     , network >=3.1.0 && <3.3
                     , tagged ==0.8.*
                     , template-haskell >=2.19.0.0 && <2.24
                     , text >=2.0 && <2.2
                     , wai ==3.2.*
-                    , wai-app-static ==3.1.*
+                    , wai-app-static >=3.1.0 && <3.3
                     , wai-extra ==3.1.*
   ghc-options:        -Wall
                       -Wcompat
