diff --git a/CHANGELOG.md b/CHANGELOG.md index b461bfe..d72e0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Pip.Services Logo
IoC container for Golang Changelog -## 1.1.6 (2023-01-12) +## 1.1.7 (2023-01-12) * Update dependencies ## 1.1.5 (2021-07-26) diff --git a/component.json b/component.json index 38114b3..2be25cb 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "pip-services3-container-go", "type": "module", "language": "go", - "version": "1.1.6", + "version": "1.1.7", "build": 0, "registry": "pipservices", "artifacts": [ diff --git a/go.mod b/go.mod index 36a0881..f3accb3 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.6 - github.com/pip-services3-go/pip-services3-components-go v1.3.0 + github.com/pip-services3-go/pip-services3-components-go v1.3.2 github.com/stretchr/testify v1.8.1 )