diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## [1.2.2] - 2025-05-08
+
+### Changed
+
+- Standardize author name and correct README link.
+
 ## [1.2.1] - 2025-05-08
 
 ### Changed
diff --git a/haskoin-core.cabal b/haskoin-core.cabal
--- a/haskoin-core.cabal
+++ b/haskoin-core.cabal
@@ -1,17 +1,17 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.37.0.
+-- This file has been generated from package.yaml by hpack version 0.38.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           haskoin-core
-version:        1.2.1
+version:        1.2.2
 synopsis:       Bitcoin & Bitcoin Cash library for Haskell
-description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-core#readme>
+description:    Please see the README on GitHub at <https://github.com/jprupp/haskoin-core#readme>
 category:       Bitcoin, Finance, Network
 homepage:       http://github.com/jprupp/haskoin-core#readme
 bug-reports:    http://github.com/jprupp/haskoin-core/issues
-author:         Jean-Pierre Rupp
+author:         JP Rupp
 maintainer:     jprupp@protonmail.ch
 license:        MIT
 license-file:   LICENSE
