diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.0.1 - January 17th, 2021
+
+* Fix cabal file to have correct tag for github
+
 # 0.3.0.0 - January 17th, 2021
 
 * Bump package dependencies for newer GHC/back/network.
diff --git a/memcache.cabal b/memcache.cabal
--- a/memcache.cabal
+++ b/memcache.cabal
@@ -1,5 +1,5 @@
 name:           memcache
-version:        0.3.0.0
+version:        0.3.0.1
 homepage:       https://github.com/dterei/memcache-hs
 bug-reports:    https://github.com/dterei/memcache-hs/issues
 synopsis:       A memcached client library.
@@ -42,7 +42,7 @@
 Source-repository this
   type: git
   location: https://github.com/dterei/memcache-hs.git
-  tag: 0.2.0.1
+  tag: 0.3.0.1
 
 source-repository head
   type:     git
