diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Changelog
 
-## v1.0.0 (2017-08-29)
+## v1.0.0.0 (2017-08-29)
   
 - Provide 2 types `Currency` and `Alpha`
 - Provide constructors for each currency and Alpha code listed in the standard
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -38,10 +38,6 @@
     Aeson.genericToJSON Aeson.defaultOptions
 ```
 
-## Changelog
-
-[CHANGELOG.md](CHANGELOG.md)
-
 ## License
 
-[MIT © 2017 Chordify](LICENSE)
+[MIT © 2017 Chordify](https://gitlab.com/chordify/currency-codes/blob/master/LICENSE)
diff --git a/currency-codes.cabal b/currency-codes.cabal
--- a/currency-codes.cabal
+++ b/currency-codes.cabal
@@ -1,5 +1,5 @@
 name:                currency-codes
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            ISO-4217 Currency Codes
 description:         ISO-4217 Currency Codes
 license:             MIT
@@ -9,8 +9,8 @@
 copyright:           (c) 2017 Chordify
 category:            Data
 build-type:          Simple
-homepage:            https://gitlab.com
-bug-reports:         https://github.com/bos/aeson/issues
+homepage:            https://gitlab.com/chordify/currency-codes
+bug-reports:         https://github.com/chordify/currency-codes/issues
 extra-source-files:  README.md
                      CHANGELOG.md
                      stack.yaml
