Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release version 1.1.0 #20

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.77"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.1.0](https://github.com/atc-net/atc-opc-ua/compare/v1.0.77...v1.1.0) (2024-10-03)


### Features

* add sample application ([3a785dd](https://github.com/atc-net/atc-opc-ua/commit/3a785dde353b53784ce9cac62fcca8c8af317cf5))
* change BrowserFactory implementation to take an ISession - also adding documentation ([0fddf9d](https://github.com/atc-net/atc-opc-ua/commit/0fddf9db3ea49ef16852fd0b7aab8724544d6caa))


### Bug Fixes

* OpcUaClientReader will always return false, if any nodes were not read successfully ([6c578b7](https://github.com/atc-net/atc-opc-ua/commit/6c578b7d27de6883228f0faf983559a2605aa6c1))
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PropertyGroup Label="Versioning">
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
<!-- x-release-please-start-version -->
<Version>1.0.77</Version>
<Version>1.1.0</Version>
<!-- x-release-please-end -->
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
Expand Down