diff --git a/CHANGELOG.md b/CHANGELOG.md index f62e28a..5e176f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Pip.Services Logo
IoC container for Golang Changelog + +## 1.1.3 (2021-04-21) + +### Features +- Added tracer factory + ## 1.1.2 (2021-04-10) ### Bug Fixes diff --git a/component.json b/component.json index 58c9fac..c67c3d3 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "pip-services3-container-go", "registry": "github.com/pip-services3-go", - "version": "1.1.2", + "version": "1.1.3", "build": 0 }