From 6f9fc7adacb86ad487b2a84dc6d4030ba66300e5 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 24 Nov 2015 00:08:31 -0800 Subject: [PATCH] Mark release in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5266ee30..d6cc0a8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.3.0.0] - 2015-11-24 ### Fixed - Use reasonable amount of memory during bulk inserts - @begriffs