Skip to content

Commit

Permalink
build(versioning): prepare for version change 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apaparazzi0329 committed Mar 4, 2022
1 parent 17bd24f commit 865d3ab
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 1.2.0
current_version = 1.3.0
message = docs: Update version numbers from {current_version} -> {new_version}

[bumpversion:file:Doxyfile]
Expand Down
55 changes: 0 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,3 @@
# [1.2.0](https://github.com/IBM/dotnet-sdk-core/compare/v1.1.0...v1.2.0) (2022-03-04)


### Bug Fixes

* allow '=' character in environment config values ([761da72](https://github.com/IBM/dotnet-sdk-core/commit/761da72124c66f03a3ecd97cec257363e957c0c8))
* **build:** main migration ([796bb00](https://github.com/IBM/dotnet-sdk-core/commit/796bb00178a1685e7c25302d2ffc1e19060d2512))
* **build:** main migration automation ([6528d3e](https://github.com/IBM/dotnet-sdk-core/commit/6528d3ec9eb95783b5a076ce63bd7ae42b4dcbdd))
* **build:** main migration automation ([3e4ceea](https://github.com/IBM/dotnet-sdk-core/commit/3e4ceea2efa77c4c743393de470f84bcb3a9aae6))
* **cp4d:** fixed setter method with the correct naming ([d3291fe](https://github.com/IBM/dotnet-sdk-core/commit/d3291fe40488acf931e8d270b3ca7368b9986480))
* **cpd-authenticate:** remove unused condition ([14691dd](https://github.com/IBM/dotnet-sdk-core/commit/14691dd5a37c37d3b586aceb19cf2f15e6ed021a))
* **cpd-authentication:** fix init function for initalize with password ([18b32e4](https://github.com/IBM/dotnet-sdk-core/commit/18b32e480a32a3a8a73925a65b974bb0a182a6e6))
* **cpd-authenticator:** add default value for password and apikey as null ([cb67218](https://github.com/IBM/dotnet-sdk-core/commit/cb672187652e5ca9e0e7acadadd181d43c58621e))
* **cpd-authenticator:** renaming builder pattern functions and update http post to use json type ([0ca8e45](https://github.com/IBM/dotnet-sdk-core/commit/0ca8e45c34fda2a5929dcb42a197e5804c3c2d5b))
* **cpd-authenticator:** update apikey for CloudPakForDataAuthenticator which use Dictinary config ([65502b0](https://github.com/IBM/dotnet-sdk-core/commit/65502b0b9e2dc528bcb9a55cc68b49150fbc91f0))
* **cpd-constuctor:** revert the code for ConstructionDictionary ([b955890](https://github.com/IBM/dotnet-sdk-core/commit/b9558903a64fd02640f4bddcace853dcb6fd2476))
* **detect-secrets:** update detect-secrets for false positive ([d49dcfd](https://github.com/IBM/dotnet-sdk-core/commit/d49dcfdc59b04569609ea017c364ffed3003384e))
* **ibm-service:** add httpconfigs to set a proxy and disable ssl ([2b717c1](https://github.com/IBM/dotnet-sdk-core/commit/2b717c151c6a0a833e755a21a849bdd3eba57164))
* **node-version:** update appveyor.yml to use node version 15.6.0 ([60fb13f](https://github.com/IBM/dotnet-sdk-core/commit/60fb13ffa5025c41113840643fcae647b2c3dd61))
* **renaming:** rename function and vararaiables ([4c1c026](https://github.com/IBM/dotnet-sdk-core/commit/4c1c0264085681c91cff04d11ddab1b5e4ce16bf))
* **semantic-release:** update semantic-release version ([11f3c02](https://github.com/IBM/dotnet-sdk-core/commit/11f3c02398ca2ca88c2709e23f2db3e4d4e065c9))


### Features

* **cpd-authentication:** add apikey for authentication step and update to use /v1/authorize ([d92e59b](https://github.com/IBM/dotnet-sdk-core/commit/d92e59baa3a4b6331f34348c7be2491cf57e31ee))
* **readme:** trigger a release ([439b576](https://github.com/IBM/dotnet-sdk-core/commit/439b576a39505ae18a4a91a4ae1c3d7b057ce447))

# [1.2.0](https://github.com/IBM/dotnet-sdk-core/compare/v1.1.0...v1.2.0) (2022-03-03)


### Bug Fixes

* allow '=' character in environment config values ([761da72](https://github.com/IBM/dotnet-sdk-core/commit/761da72124c66f03a3ecd97cec257363e957c0c8))
* **build:** main migration ([796bb00](https://github.com/IBM/dotnet-sdk-core/commit/796bb00178a1685e7c25302d2ffc1e19060d2512))
* **build:** main migration automation ([6528d3e](https://github.com/IBM/dotnet-sdk-core/commit/6528d3ec9eb95783b5a076ce63bd7ae42b4dcbdd))
* **build:** main migration automation ([3e4ceea](https://github.com/IBM/dotnet-sdk-core/commit/3e4ceea2efa77c4c743393de470f84bcb3a9aae6))
* **cp4d:** fixed setter method with the correct naming ([d3291fe](https://github.com/IBM/dotnet-sdk-core/commit/d3291fe40488acf931e8d270b3ca7368b9986480))
* **cpd-authenticate:** remove unused condition ([14691dd](https://github.com/IBM/dotnet-sdk-core/commit/14691dd5a37c37d3b586aceb19cf2f15e6ed021a))
* **cpd-authentication:** fix init function for initalize with password ([18b32e4](https://github.com/IBM/dotnet-sdk-core/commit/18b32e480a32a3a8a73925a65b974bb0a182a6e6))
* **cpd-authenticator:** add default value for password and apikey as null ([cb67218](https://github.com/IBM/dotnet-sdk-core/commit/cb672187652e5ca9e0e7acadadd181d43c58621e))
* **cpd-authenticator:** renaming builder pattern functions and update http post to use json type ([0ca8e45](https://github.com/IBM/dotnet-sdk-core/commit/0ca8e45c34fda2a5929dcb42a197e5804c3c2d5b))
* **cpd-authenticator:** update apikey for CloudPakForDataAuthenticator which use Dictinary config ([65502b0](https://github.com/IBM/dotnet-sdk-core/commit/65502b0b9e2dc528bcb9a55cc68b49150fbc91f0))
* **cpd-constuctor:** revert the code for ConstructionDictionary ([b955890](https://github.com/IBM/dotnet-sdk-core/commit/b9558903a64fd02640f4bddcace853dcb6fd2476))
* **detect-secrets:** update detect-secrets for false positive ([d49dcfd](https://github.com/IBM/dotnet-sdk-core/commit/d49dcfdc59b04569609ea017c364ffed3003384e))
* **node-version:** update appveyor.yml to use node version 15.6.0 ([60fb13f](https://github.com/IBM/dotnet-sdk-core/commit/60fb13ffa5025c41113840643fcae647b2c3dd61))
* **renaming:** rename function and vararaiables ([4c1c026](https://github.com/IBM/dotnet-sdk-core/commit/4c1c0264085681c91cff04d11ddab1b5e4ce16bf))
* **semantic-release:** update semantic-release version ([11f3c02](https://github.com/IBM/dotnet-sdk-core/commit/11f3c02398ca2ca88c2709e23f2db3e4d4e065c9))


### Features

* **cpd-authentication:** add apikey for authentication step and update to use /v1/authorize ([d92e59b](https://github.com/IBM/dotnet-sdk-core/commit/d92e59baa3a4b6331f34348c7be2491cf57e31ee))
* **readme:** trigger a release ([439b576](https://github.com/IBM/dotnet-sdk-core/commit/439b576a39505ae18a4a91a4ae1c3d7b057ce447))

# [1.2.0](https://github.com/IBM/dotnet-sdk-core/compare/v1.1.0...v1.2.0) (2021-02-16)


Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Cloud SDK Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.2.0
PROJECT_NUMBER = 1.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PM > Install-Package IBM.Cloud.SDK.Core
```xml

<ItemGroup>
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.2.0" />
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.3.0" />
</ItemGroup>

```
2 changes: 1 addition & 1 deletion src/IBM.Cloud.SDK.Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public class Constants
/// The version number for this SDK build. Added to the header in
/// each request as `User-Agent`.
/// </summary>
public static readonly string CORE_VERSION = "1.2.0";
public static readonly string CORE_VERSION = "1.3.0";
}
}
2 changes: 1 addition & 1 deletion src/IBM.Cloud.SDK.Core/IBM.Cloud.SDK.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 865d3ab

Please sign in to comment.