diff --git a/CHNAGELOG.md b/CHNAGELOG.md
index db80698..528e7a9 100644
--- a/CHNAGELOG.md
+++ b/CHNAGELOG.md
@@ -1,5 +1,13 @@
#
MongoDB components for Golang Changelog
+## 1.1.0 (2021-04-05)
+
+### Features
+* Update dependencies
+* Moved to go 1.16
+* Moved connection to connect package, introduced overrides
+* Added DefineSchema method
+
## 1.0.5 (2020-12-11)
### Features
diff --git a/component.json b/component.json
index 374fa28..2cdb94a 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "pip-services3-mongodb-go",
"registry": "github.com/pip-services3-go",
- "version": "3.0.2",
+ "version": "1.1.0",
"build": 0
}