Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
levichevdmitry committed Aug 23, 2021
1 parent 5efa8e4 commit 7b56e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> Remote Procedure Calls for Pip.Services in Go Changelog


## <a name="1.4.3"></a> 1.4.3 (2021-08-23)
### Bug fixing
* Updated error propagation mechanism between client and services

## <a name="1.4.2"></a> 1.4.2 (2021-07-30)
### Features
* Add configuration parameters for CORS Headers in HttpEndpoint. Use *cors_headers* and *cors_origins*.
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 7b56e42

Please sign in to comment.