From ff6712b4dd159d21981fa64f15ef02712041f1a0 Mon Sep 17 00:00:00 2001 From: Levichev Dmitry Date: Mon, 5 Apr 2021 09:17:58 +0300 Subject: [PATCH] Update changelog --- CHNAGELOG.md | 8 ++++++++ component.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHNAGELOG.md b/CHNAGELOG.md index db80698..528e7a9 100644 --- a/CHNAGELOG.md +++ b/CHNAGELOG.md @@ -1,5 +1,13 @@ # Pip.Services Logo
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 }