Skip to content

Commit

Permalink
build: update version to 2.5.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Dec 8, 2022
1 parent 2a103f5 commit 747bbe7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@

<a name="v2.5.0"></a>
## [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

<a name="v2.4.0"></a>
## [v2.4.0] - 2022-11-07

Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 747bbe7

Please sign in to comment.