diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed350ba..652aeb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [1.0.0](https://github.com/IntelliSearch/search-client/compare/v1.0.0-rc.5...v1.0.0) (2018-11-05)
+
+
+### Bug Fixes
+
+* **search-client:** Added `categorizationType` to `SearchClient` class. Added and fixed unit-tests. ([9d01cdb](https://github.com/IntelliSearch/search-client/commit/9d01cdb))
+
+
+
# [1.0.0-rc.5](https://github.com/IntelliSearch/search-client/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2018-10-19)
diff --git a/package.json b/package.json
index 578565e..600c6d1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "search-client",
- "version": "1.0.0-rc.5",
+ "version": "1.0.0",
"description": "Javascript library for executing searches in the IntelliSearch search-index via the SearchService REST interface.",
"author": "Ronny Hanssen (http://intellisearch.com/)",
"license": "MIT",