Skip to content

Commit 2416f87

Browse files
committed
chore: release version 2.3.2
1 parent 52f0ebe commit 2416f87

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.3.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.2](https://github.com/atc-net/atc-kepware/compare/v2.3.1...v2.3.2) (2026-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* correct copy-paste error in KepwareConfigurationClient Delete method ([52f0ebe](https://github.com/atc-net/atc-kepware/commit/52f0ebefde369671cc50c2ab5fd141e2e686fc5f))
9+
310
## [2.3.1](https://github.com/atc-net/atc-kepware/compare/v2.3.0...v2.3.1) (2026-03-05)
411

512

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup Label="Versioning">
1818
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
1919
<!-- x-release-please-start-version -->
20-
<Version>2.3.1</Version>
20+
<Version>2.3.2</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)