Skip to content

Commit

Permalink
Merge pull request #173 from IBM/sdk_version_update
Browse files Browse the repository at this point in the history
chore: SDK version update from v0.44.0 to v0.45.0
  • Loading branch information
arpit-srivastava-ibm committed Apr 20, 2024
2 parents d5caf2c + a3062d0 commit df733d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.45.0](https://github.com/IBM/networking-go-sdk/compare/v0.44.0...v0.45.0) (2023-11-03)


### Features

* bump golang.org/x/crypto from 0.14.0 to 0.17.0 ([#159](https://github.com/IBM/networking-go-sdk/issues/159))
* Direct Link Changes for VLAN Mapping Dedicated Feature ([#161](https://github.com/IBM/networking-go-sdk/issues/161))
* feat: Provider changes for VLAN ([#162](https://github.com/IBM/networking-go-sdk/issues/162))

# [0.44.0](https://github.com/IBM/networking-go-sdk/compare/v0.43.1...v0.44.0) (2023-11-03)


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.44.0
# IBM Cloud Networking Go SDK Version 0.45.0

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.44.0
The current version of this SDK: 0.45.0

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.44.0"
version = "0.45.0"
```
Expand Down

0 comments on commit df733d5

Please sign in to comment.