diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64cda6e..5c9dc47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to Sample Commander will be documented in this file.
-## [2.1.0-rc1] - yet to be released
+## [2.1.0] - 29th August 2019
### Added
* Files can now be selected by drawing a selection box around them by mouse (as in Windows Explorer, including the inversion behavior when holding the `Ctrl` key while drawing).
diff --git a/docs/screenshots.md b/docs/screenshots.md
index d5391ce..e7d7a98 100644
--- a/docs/screenshots.md
+++ b/docs/screenshots.md
@@ -2,6 +2,16 @@
## Videos
+#### New in 2.1.0
+* [Drawing selection boxes by mouse to select files](https://samplecommander.justlep.net/img/2.1.0-rect-select.mp4)
+ * The video shows the mouse being used to select multiple files by drawing a selection box around them.
+ `Ctrl+Click` is then used to add some more single files to the selection.
+ * A tiny new **info box at the bottem left** gives a summary of number and total size of the current selection.
+ * Also, the new setting "**Vertical space between files**" is used to add some air between the file items,
+ so the cursor can be placed between them more easily.
+
+#### Since 2.0.0
+
* [Overview, Loading spectrograms](https://samplecommander.justlep.net/img/2.0.0-vid-spectrograms.mp4)
* [File context menus](https://samplecommander.justlep.net/img/2.0.0-vid-file-contextmenus.mp4)
going through the context menu of a right-clicked file item; opening it first in Windows Explorer,
diff --git a/package-lock.json b/package-lock.json
index 419a29c..a4fdce8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "sample-commander",
- "version": "2.1.0-rc1",
+ "version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7f7d83b..649f474 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sample-commander",
- "version": "2.1.0-rc1",
+ "version": "2.1.0",
"description": "A spectrogram-assisted file browser & player for audio recordings",
"author": "Lennart Pegel ",
"license": "GPL-3.0",