Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Update version & changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Farvour committed Dec 13, 2019
1 parent da75a81 commit f5dd5f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
Change Log
==========

All notable changes to this project will be documented in this file using [Semantic Versioning](http://semver.org/).

## [0.4.4] - 2019-12-13
### Removed
- Remove hard-coded STDOUT and STDERR log redirection by environment so that the user can decide where they want this to go.

## [0.4.3] - 2019-12-04
### Fixed
- Fix connection reset for Snowflake
Expand All @@ -12,7 +18,7 @@ All notable changes to this project will be documented in this file using [Seman

## [0.4.1] - 2019-09-10
### Fixed
- [Bug fixes for v0.4.0](https://github.com/lumoslabs/aleph/pull/89)
- [Bug fixes for v0.4.0](https://github.com/lumoslabs/aleph/pull/89)

## [0.4.0] - 2019-09-02
### Features
Expand Down
4 changes: 2 additions & 2 deletions aleph.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'aleph_analytics'
s.version = '0.4.3'
s.date = '2019-12-04'
s.version = '0.4.4'
s.date = '2019-12-13'
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', 'Joyce Lau']
Expand Down

0 comments on commit f5dd5f6

Please sign in to comment.