Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmiller committed Dec 30, 2022
1 parent e427b41 commit e2ff8da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BroadworksConnector.Tests/BroadworksConnector.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>

<Version>2.1.2</Version>
<Version>2.1.3</Version>

<Authors>Chase Miller</Authors>

Expand Down
2 changes: 1 addition & 1 deletion BroadworksConnector/BroadworksConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>2019</Copyright>
<RepositoryUrl></RepositoryUrl>
<PackageProjectUrl>https://github.com/cwmiller/broadworks-connector-net</PackageProjectUrl>
<Version>2.1.2</Version>
<Version>2.1.3</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>broadworks ocip broadsoft cisco</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.1.3] - 2022-12-30
### Fixed
- Fixed response type for `GroupCallCenterStrandedCallUnavailableGetRequest20` request

## [2.1.2] - 2022-05-31
### Fixed
- Fixed issue where `Validator` was not validating parent properties inheritted by sub-classes.
Expand Down Expand Up @@ -115,6 +119,7 @@
### Fixed
- `OcipClient` now properly calls `Validator` on execution.

[2.1.3]: https://github.com/cwmiller/broadworks-connector-net/compare/2.1.2...2.1.3
[2.1.2]: https://github.com/cwmiller/broadworks-connector-net/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/cwmiller/broadworks-connector-net/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/cwmiller/broadworks-connector-net/compare/2.0.1...2.1.0
Expand Down

0 comments on commit e2ff8da

Please sign in to comment.