diff --git a/CHANGELOG.md b/CHANGELOG.md
index e092127..680e534 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
-- Add support for loading CSV files exported from Scopus (Thanks tleedepriest!)
+### Changed
+### Removed
+### Fixed
+
+## [1.0.6] 2023-10-05
+### Added
+- Add support for loading CSV files exported from Scopus (see PR #45, Thanks tleedepriest!)
### Changed
### Removed
@@ -15,10 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix passing session as non-positional argument in `refine_semanticscholar`, see PR #35. (Thanks martinuray!)
- Fix incorrect filtering in `Corpus` when building corpus from docs (fixes #38)
- Fix error when calling `fetch_crossref` and `refine_crossref` with `session=None` as argument (fixes #40)
-
-## [1.0.5] - 2023-03-28
-### Fixed
-- Fix wrong argument in call to `matplotlib.pyplot.grid(...)` due to change in their API
+- Fix KeyError when loading CSV files from IEEE that have an incorrect format (fixed #55)
+- Fix bug in nlp.py due to argument `square_distances` being removed in newer versions of sklearn, see PR #58 (Thanks rjavierch!)
## [1.0.5] - 2023-03-28
### Fixed
diff --git a/README.md b/README.md
index fed93d0..4c44dc1 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,12 @@ LitStudy supports the following data sources. The table below lists which metada
| Name | Title | Authors | Venue | Abstract | Citations | References |
|-----------------|-------|---------|-------|----------|----------------|------------|
| [Scopus] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
-| [SemanticScholar] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
-| [CrossRef] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
+| [SemanticScholar] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
+| [CrossRef] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
| [DBLP] | ✓ | ✓ | ✓ | | |
| [arXiv] | ✓ | ✓ | | ✓ | |
-| [IEEE Xplore] | ✓ | ✓ | ✓ | ✓ | * (count only) |
-| [Springer Link] | ✓ | ✓ | ✓ | ✓ | * (count only) |
+| [IEEE Xplore] | ✓ | ✓ | ✓ | ✓ | * (count only) |
+| [Springer Link] | ✓ | ✓ | ✓ | ✓ | * (count only) |
| CSV file | ✓ | ✓ | ✓ | ✓ | |
| bibtex file | ✓ | ✓ | ✓ | ✓ | |
| RIS file | ✓ | ✓ | ✓ | ✓ | |
diff --git a/setup.cfg b/setup.cfg
index 649f9b9..e698218 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = litstudy
-version = 1.0.5
+version = 1.0.6
author = Stijn Heldens
author_email = s.heldens@esciencecenter.nl
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature