diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
-## [_Unreleased_](https://github.com/freckle/freckle-exception/compare/freckle-exception-v0.0.0.1...main)
+## [_Unreleased_](https://github.com/freckle/freckle-exception/compare/freckle-exception-v0.0.0.2...main)
 
-## [v0.0.0.1](https://github.com/freckle/freckle-app/tree/freckle-exception-v0.0.0.1/freckle-exception)
+## [v0.0.0.2](https://github.com/freckle/freckle-exception/compare/v0.0.0.1...v0.0.0.2)
 
 Metadata change only; moved source repository.
+
+## [v0.0.0.1](https://github.com/freckle/freckle-app/tree/freckle-exception-v0.0.0.1/freckle-exception)
+
+No visible change
 
 ## [v0.0.0.0](https://github.com/freckle/freckle-app/tree/freckle-exception-v0.0.0.0/freckle-exception)
 
diff --git a/freckle-exception.cabal b/freckle-exception.cabal
--- a/freckle-exception.cabal
+++ b/freckle-exception.cabal
@@ -1,11 +1,11 @@
 cabal-version:      1.18
 name:               freckle-exception
-version:            0.0.0.1
+version:            0.0.0.2
 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-exception#readme
+bug-reports:        https://github.com/freckle/freckle-exception/issues
 synopsis:           Some extensions to the annotated-exception library
 description:        Please see README.md
 category:           Exceptions
@@ -17,7 +17,7 @@
 
 source-repository head
     type:     git
-    location: https://github.com/freckle/freckle-app
+    location: https://github.com/freckle/freckle-exception
 
 library
     exposed-modules:
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,8 +1,8 @@
 name: freckle-exception
-version: 0.0.0.1
+version: 0.0.0.2
 maintainer: Freckle Education
 category: Exceptions
-github: freckle/freckle-app
+github: freckle/freckle-exception
 synopsis: Some extensions to the annotated-exception library
 description: Please see README.md
 
