diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e176f4..bef005e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
#
IoC container for Golang Changelog
+## 1.1.4 (2021-04-21)
+
+### Features
+- Updated dependencies
+
## 1.1.3 (2021-04-21)
### Features
diff --git a/go.mod b/go.mod
index 3cf1cf3..04d20ab 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,6 @@ go 1.16
require (
github.com/pip-services3-go/pip-services3-commons-go v1.1.0
- github.com/pip-services3-go/pip-services3-components-go v1.1.0
+ github.com/pip-services3-go/pip-services3-components-go v1.2.0
github.com/stretchr/testify v1.7.0
)