diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### 1.5.0.5
+
+* Add license field in cabal file
+
 #### 1.5.0.4
 
 * Allow utf8-string 1.
diff --git a/uri-encode.cabal b/uri-encode.cabal
--- a/uri-encode.cabal
+++ b/uri-encode.cabal
@@ -1,12 +1,12 @@
 name:                uri-encode
-version:             1.5.0.4
+version:             1.5.0.5
 description:         Unicode aware uri-encoding.
 synopsis:            Unicode aware uri-encoding.
 cabal-version:       >= 1.8
 category:            Network, Web
 author:              Silk
 maintainer:          code@silk.co
-license:             OtherLicense
+license:             BSD3
 license-file:        LICENSE
 build-type:          Simple
 
