@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
7
7
8
- ## [ v6.1.0] ( https://github.com/puppetlabs/puppetlabs-inifile/tree/v6.1.0 ) - 2023-06-16
8
+ ## [ v6.1.1] ( https://github.com/puppetlabs/puppetlabs-inifile/tree/v6.1.1 ) - 2024-03-11
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-inifile/compare/v6.1.0...v6.1.1 )
11
+
12
+ ### Fixed
13
+
14
+ - (CAT-1646) - Remove section if it has empty line but does not have any settings [ #532 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/532 ) ([ Ramesh7] ( https://github.com/Ramesh7 ) )
15
+
16
+ ## [ v6.1.0] ( https://github.com/puppetlabs/puppetlabs-inifile/tree/v6.1.0 ) - 2023-06-20
9
17
10
18
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-inifile/compare/v6.0.0...v6.1.0 )
11
19
@@ -148,13 +156,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
148
156
149
157
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-inifile/compare/v3.1.0...v4.0.0 )
150
158
159
+ ### Changed
160
+ - pdksync - FM-8499 - remove ubuntu14 support [ #363 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/363 ) ([ lionce] ( https://github.com/lionce ) )
161
+
151
162
### Added
152
163
153
164
- FM-8402 add debian 10 support [ #352 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/352 ) ([ lionce] ( https://github.com/lionce ) )
154
165
155
- ### Changed
156
- - pdksync - FM-8499 - remove ubuntu14 support [ #363 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/363 ) ([ lionce] ( https://github.com/lionce ) )
157
-
158
166
## [ v3.1.0] ( https://github.com/puppetlabs/puppetlabs-inifile/tree/v3.1.0 ) - 2019-08-01
159
167
160
168
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-inifile/compare/v3.0.0...v3.1.0 )
@@ -263,13 +271,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
263
271
264
272
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-inifile/compare/1.6.0...2.0.0 )
265
273
274
+ ### Changed
275
+ - MODULES-4830 Updating Puppet version requirement [ #236 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/236 ) ([ HelenCampbell] ( https://github.com/HelenCampbell ) )
276
+
266
277
### Added
267
278
268
279
- (MODULES-5144) Prep for puppet 5 [ #238 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/238 ) ([ hunner] ( https://github.com/hunner ) )
269
280
270
- ### Changed
271
- - MODULES-4830 Updating Puppet version requirement [ #236 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/236 ) ([ HelenCampbell] ( https://github.com/HelenCampbell ) )
272
-
273
281
### Fixed
274
282
275
283
- (MODULES-5172) Backwards compatible ini_file.set_value [ #240 ] ( https://github.com/puppetlabs/puppetlabs-inifile/pull/240 ) ([ mwhahaha] ( https://github.com/mwhahaha ) )
0 commit comments