diff --git a/CHANGELOG.md b/CHANGELOG.md
index 769e5492e2db4b6caa1954d936b5e9269e78eab8..335a9b1d27333343b09e9ae931cd3f9973f90899 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,19 @@
 
 ## Unreleased
 
+## [0.3.4] 2019-01-10
+
 ### Changes
+- Renamed the "basic_tutorial.py" example to "fast_tutorial.py" and created a
+ "standard_15d_cbc_tutorial.py"
 - Renamed "prior" to "priors" in bilby.gw.likelihood.GravtitationalWaveTransient
   for consistency with bilby.core. **WARNING**: This will break scripts which
   use marginalization.
 - Fixed definition of matched_filter_snr, the interferometer method has become `ifo.inner_product`.
 
+### Added
+- log-likelihood evaluations for pymultinest
+
 ## [0.3.3] 2018-11-08
 
 Changes currently on master, but not under a tag.
diff --git a/setup.py b/setup.py
index 9d6ac48440c94bc353abc3090329e8b58c589a53..c6a5f2de48a75fe645a49aa0255e411233a3bbd2 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.3.3'
+VERSION = '0.3.4'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()