From 747bbe71dabd9890af08ed72900d808077a3d84a Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 8 Dec 2022 11:01:37 -0700 Subject: [PATCH] build: update version to 2.5.0, update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ pkg/utils/constants.go | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8835a6f0..8e009092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + + +## [v2.5.0] - 2022-12-08 +### Build +- update version to 2.5.0, update changelog + +### Ci +- pin .net core build +- update actions/checkout to v3, update semantic +- add azure board sync +- add project sync to rpc-go + +### Feat +- **AMTtimeout:** Handle wait if AMT is not ready +- **cli:** sync hostname + +### Refactor +- update log messages to be a bit more clear + ## [v2.4.0] - 2022-11-07 diff --git a/pkg/utils/constants.go b/pkg/utils/constants.go index 1b84e7fa..60790c43 100644 --- a/pkg/utils/constants.go +++ b/pkg/utils/constants.go @@ -8,7 +8,7 @@ const ( // ProjectName is the name of the executable ProjectName = "rpc" // ProjectVersion is the full version of this executable - ProjectVersion = "2.4.0" + ProjectVersion = "2.5.0" ProtocolVersion = "4.0.0" // ClientName is the name of the exectable ClientName = "RPC"