diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,2 +1,20 @@
+# 0.3.0.0
+* rawQuery functionality
+* exported boolean operations
+* logging support through simple-logging
+* support for quoted SQL identifiers
+* IsNull and IsNotNull
+* synonyms for gettable and settable fields
+* true and false boolean literals
+* proper Eq and Ord instances for entities
+* bytea support
+* numeric and date type support
+* like and ilike
+* Show instance for entities serializes to JSON
+* toFreshEntity for converting from a database entity
+* proper grouping for boolean operations in generated SQL
+* support for composite types and PostgreSQL arrays
+* GHC 8.2.2 support
+
 # 0.2.0.1
 * Simple documentation fixes
diff --git a/data-basic.cabal b/data-basic.cabal
--- a/data-basic.cabal
+++ b/data-basic.cabal
@@ -1,5 +1,5 @@
 name:                data-basic
-version:             0.2.0.4
+version:             0.3.0.0
 synopsis:            A database library with a focus on ease of use, type safety and useful error messages
 description:         Please see README.md
 homepage:            https://gitlab.com/haskell-hr/basic
