From b8eac6a7946ef6e4c14748aa5bb27d48cf22ea16 Mon Sep 17 00:00:00 2001 From: Joyce Lau Date: Tue, 10 Sep 2019 15:43:05 -0700 Subject: [PATCH] v0.4.1 (#90) CORE-687 --- CHANGELOG.md | 4 ++++ aleph.gemspec | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8202cb6..ad83f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file using [Semantic Versioning](http://semver.org/). +## [0.4.1] - 2019-09-10 +### Fixed +- [Bug fixes for v0.4.0](https://github.com/lumoslabs/aleph/pull/89) + ## [0.4.0] - 2019-09-02 ### Features - Added support for Snowflake diff --git a/aleph.gemspec b/aleph.gemspec index 42bf232..ff10104 100644 --- a/aleph.gemspec +++ b/aleph.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'aleph_analytics' - s.version = '0.4.0' - s.date = '2019-09-02' + s.version = '0.4.1' + s.date = '2019-09-10' s.summary = 'Redshift/Snowflake analytics platform' s.description = 'The best way to develop and share queries/investigations/results within an analytics team' s.authors = ['Andrew Xue', 'Rob Froetscher']