From 216afe6ad72e6715a1f52f2a4dbf8b36044a3082 Mon Sep 17 00:00:00 2001
From: Rob Kiefer <rob@timescale.com>
Date: Wed, 21 Jun 2017 11:40:33 -0400
Subject: [PATCH] Release 0.0.12-beta

---
 CHANGELOG.md        | 27 +++++++++++++++++++++++++++
 timescaledb.control |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46151c712..1d333bd27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
 # TimescaleDB Changelog
 
+## 0.0.12-beta (2017-06-21)
+
+**High-level changes**
+* A major cleanup and refactoring was done to remove legacy code and
+currently unused code paths. This change is **backwards incompatible**
+and will require a database to be re-initialized and data re-imported.
+This refactoring will allow us to provide upgrade paths starting with
+the next release.
+* `COPY` and `INSERT` commands now return the correct number of rows
+* Default indexes no longer duplicate existing indexes
+* Cleanup of the Docker image and build processBatches
+* Chunks are now time-aligned across partitions 
+
+**Notable commits**
+* [3192c8a] Remove Dockerfile and docker.mk
+* [2a01ebc] Ensure that chunks are aligned.
+* [73622bf] Fix default index creation duplication of indexes
+* [c8872fe] Fix command-tag for COPY and INSERT
+* [bfe58b6] Refactor towards supporting version upgrades
+* [db01c84] Make time-bucket function parallel safe
+* [18db11c] Fix timestamp test
+* [97bbb59] Make constraint exclusion work with non-text partition keys
+* [f2b42eb] Fix problems with partitioning logic for padded fields
+* [997029a] if_not_exist flag to create_hypertable now works on hypertables with data as well
+* [347a8bd] Reference the correct column when scanning partition epochs
+* [88a9849] Fix bug with timescaledb.allow_install_without_preload GUC not working
+
 ## 0.0.11-beta (2017-05-24)
 
 **High-level changes**
diff --git a/timescaledb.control b/timescaledb.control
index f7fa01d6b..259b2ca6e 100644
--- a/timescaledb.control
+++ b/timescaledb.control
@@ -1,5 +1,5 @@
 # timescaledb extension
 comment = 'Enables scalable inserts and complex queries for time-series data'
-default_version = '0.0.11-beta'
+default_version = '0.0.12-beta'
 module_pathname = '$libdir/timescaledb'
 relocatable = true