Skip to content

Commit af177bd

Browse files
fix(version): upgrade to 0.51.4 (#240)
* fix(version): upgrade to 0.51.4 Signed-off-by: Sirija Reddy <[email protected]> * fixed typo Signed-off-by: Sirija Reddy <[email protected]> --------- Signed-off-by: Sirija Reddy <[email protected]>
1 parent 2599eb4 commit af177bd

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.51.3
2+
current_version = 0.51.4
33
commit = True
44
message = Update version {current_version} -> {new_version} [skip ci]
55

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.51.4](https://github.com/IBM/networking-go-sdk/compare/v0.51.3...v0.51.4) (2025-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **CIS:** Added integration tests for Log retention and Opportunistic onion ([#236](https://github.com/IBM/networking-go-sdk/issues/236)) ([df5bd4e](https://github.com/IBM/networking-go-sdk/commit/df5bd4e84e64603ee88ecbcf3da988a442bd6e64))
7+
* update module github.com/onsi/gomega to v1.37.0 ([#224](https://github.com/IBM/networking-go-sdk/pull/224)) ([a881675](https://github.com/IBM/networking-go-sdk/pull/224/commits/a8816750e08fccf8f727df6c61823061e6c4ce8d))
8+
* update module github.com/onsi/ginkgo to v2 ([#235](https://github.com/IBM/networking-go-sdk/pull/235)) ([0d985be](https://github.com/IBM/networking-go-sdk/commit/0d985beb994c4dcdeb564ead189243f8b8bdde70))
9+
* update module github.com/onsi/gomega to v1.37.0 ([#237](https://github.com/IBM/networking-go-sdk/pull/237)) ([2599eb4](https://github.com/IBM/networking-go-sdk/commit/2599eb424184ea2b26acbd853586369c6701d1cb))
10+
111
## [0.51.3](https://github.com/IBM/networking-go-sdk/compare/v0.51.2...v0.51.3) (2025-03-25)
212

313

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
66

7-
# IBM Cloud Networking Go SDK Version 0.51.3
7+
# IBM Cloud Networking Go SDK Version 0.51.4
88

99
Go client library to interact with the various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=<networking>).
1010

@@ -89,7 +89,7 @@ The IBM Cloud Networking Go SDK allows developers to programmatically interact w
8989

9090
## Installation
9191

92-
The current version of this SDK: 0.51.3
92+
The current version of this SDK: 0.51.4
9393

9494
There are a few different ways to download and install the Networking Go SDK project for use by your
9595
Go application:
@@ -159,7 +159,7 @@ to your `Gopkg.toml` file. Here is an example:
159159
```
160160
[[constraint]]
161161
name = "github.com/IBM/networking-go-sdk"
162-
version = "0.51.3"
162+
version = "0.51.4"
163163
164164
```
165165

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
package common
1818

1919
// Version of the SDK
20-
const Version = "0.51.3"
20+
const Version = "0.51.4"

0 commit comments

Comments
 (0)