Skip to content

Commit

Permalink
Merge pull request #103 from open-amt-cloud-toolkit/v2.6.0
Browse files Browse the repository at this point in the history
build: update version to 2.6.0, update changelog
  • Loading branch information
madhavilosetty-intel authored Feb 16, 2023
2 parents f3814ef + 70a0335 commit c346e3d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="v2.6.0"></a>
## [v2.6.0] - 2023-02-16
### Build
- update version to 2.6.0, update changelog
- **docker:** update golang base to 1.19

### Ci
- set os to 18.04
- fix changelog job
- add ossf action

### Docs
- align format to match other repositories
- add ossf badge to readme

### Feat
- added flag tenantId
- **rps:** added proxy support

### Fix
- proper processing of command line flags

### Refactor
- adds new return codes

<a name="v2.5.0"></a>
## [v2.5.0] - 2022-12-08
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.5.0"
ProjectVersion = "2.6.0"
ProtocolVersion = "4.0.0"
// ClientName is the name of the exectable
ClientName = "RPC"
Expand Down

0 comments on commit c346e3d

Please sign in to comment.