From 3715a17504b90361fcb52a2f4dbae2d944fbcabb Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 21 Mar 2019 15:59:39 +1100
Subject: [PATCH] Version 0.4.2 release

---
 CHANGELOG.md | 17 +++++++++++++++++
 setup.py     |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93611c64c..7ef9d5156 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,23 @@
 ### Removed
 -
 
+## [0.4.2] 2019-03-21
+
+### Added
+- Fermi-Dirac and SymmetricLogUniform prior distributions
+- Multivariate Gaussian example and BNS example
+- Added standard GWOSC channel names
+- Initial work on a fake sampler for testing
+- Option for aligned spins
+- Results file command line interface
+- Full reconstruction of marginalized parameters
+
+### Changed
+- Fixed scheduled tests and simplify testing environment
+- JSON result files can now be gzipped
+- Reduced ROQ memory usage
+- Default checkpointing in cpnest
+
 ## [0.4.1] 2019-03-04
 
 ### Added
diff --git a/setup.py b/setup.py
index 02df8d39a..c5cc1b719 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.4.1'
+VERSION = '0.4.2'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()
 
-- 
GitLab