diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
 
 ## [Unreleased]
 
+## [1.3.1] - 2024-11-24
+
+### Added
+- Support GHC-9.10
+
 ## [1.3.0] - 2024-06-13
 
 ### Changed
@@ -63,7 +68,8 @@
 - Extracted webgear-core from webgear-server
 - New arrow based API
 
-[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.3.0...HEAD
+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.3.1...HEAD
+[1.3.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.3.1
 [1.3.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.3.0
 [1.2.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.2.0
 [1.1.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.1.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.3.0
+version:             1.3.1
 synopsis:            Composable, type-safe library to build HTTP APIs
 description:
         WebGear is a library to for building composable, type-safe HTTP APIs.
@@ -53,7 +53,7 @@
                       TypeApplications
                       TypeFamilies
                       TypeOperators
-  build-depends:      base >=4.13.0.0 && <4.20
+  build-depends:      base >=4.13.0.0 && <4.21
                     , binary >= 0.8.0.0 && <0.9
                     , bytestring >=0.10.10.1 && <0.13
                     , case-insensitive ==1.2.*
@@ -61,9 +61,9 @@
                     , http-api-data >=0.4.2 && <0.7
                     , http-media ==0.8.*
                     , http-types ==0.12.*
-                    , network ==3.1.*
+                    , network >=3.1.0 && <3.3
                     , tagged ==0.8.*
-                    , template-haskell >=2.15.0.0 && <2.22
+                    , template-haskell >=2.15.0.0 && <2.23
                     , text >=1.2.0.0 && <2.2
                     , wai ==3.2.*
                     , wai-app-static ==3.1.*
