File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
1823Initial 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module OpnApi
4- VERSION = '1.0 .0'
4+ VERSION = '1.1 .0'
55end
You can’t perform that action at this time.
0 commit comments