diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## [_Unreleased_](freckle-kafka-v0.0.0.3...main)
+## [_Unreleased_](https://github.com/freckle/freckle-kafka/compare/v0.0.0.4...main)
+
+## [v0.0.0.4](https://github.com/freckle/freckle-kafka/tree/v0.0.0.4)
+
+Changed source repository
 
 ## [v0.0.0.3](https://github.com/freckle/freckle-app/compare/freckle-kafka-v0.0.0.2...freckle-kafka-v0.0.0.3)
 
diff --git a/freckle-kafka.cabal b/freckle-kafka.cabal
--- a/freckle-kafka.cabal
+++ b/freckle-kafka.cabal
@@ -1,11 +1,11 @@
 cabal-version:      1.18
 name:               freckle-kafka
-version:            0.0.0.3
+version:            0.0.0.4
 license:            MIT
 license-file:       LICENSE
 maintainer:         Freckle Education
-homepage:           https://github.com/freckle/freckle-app#readme
-bug-reports:        https://github.com/freckle/freckle-app/issues
+homepage:           https://github.com/freckle/freckle-kafka#readme
+bug-reports:        https://github.com/freckle/freckle-kafka/issues
 synopsis:           Some extensions to the hw-kafka-client library
 description:        Please see README.md
 category:           Database
@@ -17,7 +17,7 @@
 
 source-repository head
     type:     git
-    location: https://github.com/freckle/freckle-app
+    location: https://github.com/freckle/freckle-kafka
 
 library
     exposed-modules:
@@ -42,7 +42,7 @@
         -Wno-safe -Wno-unsafe
 
     build-depends:
-        Blammo >=2.1.0.0,
+        Blammo >=1.1.2.0,
         aeson >=2.0.3.0,
         annotated-exception >=0.2.0.4,
         base >=4.16.4.0 && <5,
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,8 +1,8 @@
 name: freckle-kafka
-version: 0.0.0.3
+version: 0.0.0.4
 maintainer: Freckle Education
 category: Database
-github: freckle/freckle-app
+github: freckle/freckle-kafka
 synopsis: Some extensions to the hw-kafka-client library
 description: Please see README.md
 
