Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cis): fixing deployment issue #199

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.47.1](https://github.com/IBM/networking-go-sdk/compare/v0.47.0...v0.47.1) (2024-06-18)


### Bug Fixes

* change ruleset rule response ([61a03df](https://github.com/IBM/networking-go-sdk/commit/61a03df98bbaf63de737c7e1738de2fff80ab0eb))

## [0.46.1](https://github.com/IBM/networking-go-sdk/compare/v0.46.0...v0.46.1) (2024-04-24)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![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)

# IBM Cloud Networking Go SDK Version 0.46.1
# IBM Cloud Networking Go SDK Version 0.47.1

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

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

## Installation

The current version of this SDK: 0.46.1
The current version of this SDK: 0.47.1

There are a few different ways to download and install the Networking Go SDK project for use by your
Go application:
Expand Down Expand Up @@ -159,7 +159,7 @@ to your `Gopkg.toml` file. Here is an example:
```
[[constraint]]
name = "github.com/IBM/networking-go-sdk"
version = "0.46.1"
version = "0.47.1"

```

Expand Down
Loading