Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/platform-services-go-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.12
Choose a base ref
...
head repository: IBM/platform-services-go-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.13
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 23, 2021

  1. fix(Catalog Management): re-gen after operation name changes (#87)

    * fix(Catalog Management): re-gen after operation name changes
    
    * test: use config properties for account and cluster id values
    padamstx authored Feb 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1718555 View commit details
  2. Copy the full SHA
    d47f424 View commit details
  3. chore(release): 0.17.13 release notes [skip ci]

    ## [0.17.13](v0.17.12...v0.17.13) (2021-02-23)
    
    ### Bug Fixes
    
    * **Catalog Management:** re-gen after operation name changes ([#87](#87)) ([1718555](1718555))
    semantic-release-bot committed Feb 23, 2021
    Copy the full SHA
    74f8fd8 View commit details
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.12
current_version = 0.17.13
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.17.13](https://github.com/IBM/platform-services-go-sdk/compare/v0.17.12...v0.17.13) (2021-02-23)


### Bug Fixes

* **Catalog Management:** re-gen after operation name changes ([#87](https://github.com/IBM/platform-services-go-sdk/issues/87)) ([1718555](https://github.com/IBM/platform-services-go-sdk/commit/171855571405b7d187c14d08be60dc05fce98733))

## [0.17.12](https://github.com/IBM/platform-services-go-sdk/compare/v0.17.11...v0.17.12) (2021-02-23)


6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/platform-services-go-sdk)](https://cla-assistant.io/ibm/platform-services-go-sdk)


# IBM Cloud Platform Services Go SDK Version 0.17.12
# IBM Cloud Platform Services Go SDK Version 0.17.13

Go client library to interact with various
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).
@@ -80,7 +80,7 @@ Service Name | Package name
* Go version 1.12 or above.

## Installation
The current version of this SDK: 0.17.12
The current version of this SDK: 0.17.13

There are a few different ways to download and install the Platform Services Go SDK project for use by your
Go application:
@@ -113,7 +113,7 @@ to your `Gopkg.toml` file. Here is an example:
```
[[constraint]]
name = "github.com/IBM/platform-services-go-sdk/globalsearchv2"
version = "0.17.12"
version = "0.17.13"
```

Loading