diff --git a/changelog b/changelog index d9e8f4975b6bcf2cc64eefe922d69d910a2947dc..ed87846a3081fdb712a6b9db4f3f038c926685a0 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,8 @@ -Changes in version 0.10.9.3 +Changes in version 0.10.10.0 + + * Minor version bump to rectify PVP violation occured in 0.10.9.3 release + +Changes in version 0.10.9.3 (deprecated) * Add support for OverloadedLists in GHC >= 7.8 diff --git a/vector.cabal b/vector.cabal index a1b98f1a47d4e586dbc1ba5b1bde4087d7bec46c..6d2ffe362b24810f5f8f896e6222abcf370ebecc 100644 --- a/vector.cabal +++ b/vector.cabal @@ -1,5 +1,5 @@ Name: vector -Version: 0.10.9.3 +Version: 0.10.10.0 -- don't forget to update the changelog file! License: BSD3 License-File: LICENSE