From c9a8bda6cfc6f9ea884ecb524977627a0c66b265 Mon Sep 17 00:00:00 2001 From: Maciej Nedza Date: Wed, 5 Jun 2024 14:11:05 +0200 Subject: [PATCH] [DE-801] Release v0.2.0 --- README.md | 4 ++-- client.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3102b07b..c235ef64 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ The following section explains how to use the advancedbilling library in a new p To use the package in your application, you can install the package from [pkg.go.dev](https://pkg.go.dev/) using the following command: ```bash -$ go get github.com/maxio-com/ab-golang-sdk@v0.1.0 +$ go get github.com/maxio-com/ab-golang-sdk@v0.2.0 ``` -You can also view the package at: https://pkg.go.dev/github.com/maxio-com/ab-golang-sdk@v0.1.0 +You can also view the package at: https://pkg.go.dev/github.com/maxio-com/ab-golang-sdk@v0.2.0 ## Initialize the API Client diff --git a/client.go b/client.go index fef06171..d6b36eae 100644 --- a/client.go +++ b/client.go @@ -96,7 +96,7 @@ func NewClient(configuration Configuration) ClientInterface { configuration: configuration, } - client.userAgent = utilities.UpdateUserAgent("AB SDK Go:0.1.0 on OS {os-info}") + client.userAgent = utilities.UpdateUserAgent("AB SDK Go:0.2.0 on OS {os-info}") client.callBuilderFactory = callBuilderHandler( func(server string) string { if server == "" {