diff --git a/NEWS.md b/NEWS.md
index 61070ec..2830eed 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# Changelog
+# BacDiveR 0.4.0
All notable changes to this project will be documented in this file.
diff --git a/docs/news/index.html b/docs/news/index.html
index f7dd148..6ff8d5d 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -21,6 +21,8 @@
+
+
@@ -107,12 +109,77 @@
Changelog
+
+
+
All notable changes to this project will be documented in this file.
+
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
+
+
+Unreleased
+
+
+Added
+
+-
+
retrieve_search_results()
, see #61
+- Architecture Decision records, see #53 &
/docs/arch/adr-*.md
+
+
+
+
+
+Changed
+
+-
+
retrieve_data()
now downloads the dataset(s) by default, not only the ID(s), see #54 & #59
+
+
+
+
+
+[0.4.0] - 2018-04-27
+
+
+Added
+
+- This changelog (see #41)
+
+
+
+
+Changed
+
+- Datasets in the aggregated (large) list are now named according to their
bacdive_ID
s (see #47). Before, the list were only numbered with 1
, 2
, 3
, etc.
+
+
+
+
+
+[0.3.1] - 2018-03-24
+
+
+Fixed
+
+- An error in the download of a single dataset found through it’s culture collection number (see #45)
+
+
+
+
+Added
+
+- Usable example / vignette in the README.md file (see #16)
+
+
+
+