From 7b56e42aea4ac3a89d020affab44624479ad386d Mon Sep 17 00:00:00 2001 From: Levichev Dmitry Date: Mon, 23 Aug 2021 20:54:34 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ component.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a298b4f..c3dd4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Pip.Services Logo
Remote Procedure Calls for Pip.Services in Go Changelog +## 1.4.3 (2021-08-23) +### Bug fixing +* Updated error propagation mechanism between client and services + ## 1.4.2 (2021-07-30) ### Features * Add configuration parameters for CORS Headers in HttpEndpoint. Use *cors_headers* and *cors_origins*. diff --git a/component.json b/component.json index 72201b4..1e759e2 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "pip-services3-rpc-go", "registry": "github.com/pip-services3-go", - "version": "1.4.0", + "version": "1.4.3", "build": 0 } \ No newline at end of file