diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+## Changes in 0.3.0.2
+
+  * Fix license field in cabal file
+
+
 ## Changes in 0.3.0.0
 
   * `Semigroup` and `Monoid` instances added for data types from `Numeric.Sum`
diff --git a/math-functions.cabal b/math-functions.cabal
--- a/math-functions.cabal
+++ b/math-functions.cabal
@@ -1,7 +1,7 @@
 name:           math-functions
-version:        0.3.0.1
+version:        0.3.0.2
 cabal-version:  >= 1.10
-license:        BSD3
+license:        BSD2
 license-file:   LICENSE
 author:         Bryan O'Sullivan <bos@serpentine.com>,
                 Alexey Khudyakov <alexey.skladnoy@gmail.com>
