Skip to content

Commit 7df36a7

Browse files
committed
release v1.1.0
1 parent fe5aa5f commit 7df36a7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v1.1.0] - 2026-03-23
9+
10+
### Added
11+
* Add support for Puppet Agent plugin
12+
813
## [v1.0.0] - 2026-03-17
914

1015
### Added
@@ -17,4 +22,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1722

1823
Initial release.
1924

25+
[v1.1.0]: https://github.com/markt-de/opn-api/compare/v1.0.0...v1.1.0
2026
[v1.0.0]: https://github.com/markt-de/opn-api/compare/v0.1.0...v1.0.0

lib/opn_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpnApi
4-
VERSION = '1.0.0'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)