Skip to content

Commit ea6fb81

Browse files
fix(version): upgrade to 0.51.5 (#247)
* fix(version): upgrade to 0.51.4 Signed-off-by: Anagha Joshi <[email protected]> * fixed typo Signed-off-by: Anagha Joshi <[email protected]> --------- Signed-off-by: Anagha Joshi <[email protected]>
1 parent b96f1a2 commit ea6fb81

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.4
2+
current_version = 0.51.5
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.5](https://github.com/IBM/networking-go-sdk/compare/v0.51.4...v0.51.5) (2025-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* update module github.com/onsi/ginkgo to v2 ([#243](https://github.com/IBM/networking-go-sdk/issues/243)) ([b96f1a2](https://github.com/IBM/networking-go-sdk/commit/b96f1a2383c66f255ccf4cb3347798991515a8bf))
7+
* **CIS:** add skip action in custom ruleset ([#245](https://github.com/IBM/networking-go-sdk/pull/245)) ([e3d918a](https://github.com/IBM/networking-go-sdk/commit/e3d918a9a7518f691a91e7179f9f69cd598ee08a))
8+
* update module github.com/ibm/go-sdk-core/v5 to v5.19.1 ([#241](https://github.com/IBM/networking-go-sdk/pull/241)) ([def8508](https://github.com/IBM/networking-go-sdk/commit/def8508eebcada3382487f139a60b506c9d27205))
9+
* update module github.com/onsi/ginkgo to v2 ([#238](https://github.com/IBM/networking-go-sdk/pull/238)) ([c6b38ca](https://github.com/IBM/networking-go-sdk/commit/c6b38ca3837dfb341adef9b5bd4180cf279b9e36))
10+
111
# [0.51.4](https://github.com/IBM/networking-go-sdk/compare/v0.51.3...v0.51.4) (2025-04-17)
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.4
7+
# IBM Cloud Networking Go SDK Version 0.51.5
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.4
92+
The current version of this SDK: 0.51.5
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.4"
162+
version = "0.51.5"
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.4"
20+
const Version = "0.51.5"

0 commit comments

Comments
 (0)