Skip to content

Commit 4ab9201

Browse files
committed
chore: bump version number
1 parent 5fc46b3 commit 4ab9201

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
Note: Always add new entries to the top of the section, even if this results in multiple paragraphs for the same role. Otherwise the user will have to read through all the breaking changes every time they update LFOps. This way they can just read the new entries at the top, making it much easier for users to follow the CHANGELOG.
99

1010

1111
## [Unreleased] (in chronological order)
1212

13+
tbd
14+
15+
16+
## [v3.0.0] - 2025-06-13
17+
1318
### Breaking Changes
1419

1520
Role:icinga_kubernetes
@@ -492,15 +497,14 @@ Role:opensearch
492497
* Make `opensearch__version*` optional
493498

494499

495-
496-
## [2.0.1] - 2023-02-28
500+
## [v2.0.1] - 2023-02-28
497501

498502
### Changed
499503

500504
* Adjustments for the [Ansible Galaxy Release](https://galaxy.ansible.com/linuxfabrik/lfops).
501505

502506

503-
## [2.0.0] - 2023-02-28
507+
## [v2.0.0] - 2023-02-28
504508

505509
All roles:
506510
* Renamed all injectable variables:
@@ -740,14 +744,14 @@ Bug fixes:
740744
* role:sshd: ModuleNotFoundError: No module named 'seobject' ([fix #53](https://github.com/Linuxfabrik/lfops/issues/53))
741745

742746

743-
## [1.0.1] - 2022-03-17
747+
## [v1.0.1] - 2022-03-17
744748

745749
### Changed
746750

747751
* Adjust tags for Ansible Galaxy.
748752

749753

750-
## [1.0.0] - 2022-03-17
754+
## [v1.0.0] - 2022-03-17
751755

752756
### Added
753757

@@ -765,8 +769,9 @@ Bug fixes:
765769
* Module Util: gnupg
766770

767771

768-
[Unreleased]: https://github.com/Linuxfabrik/lfops/compare/v2.0.1...HEAD
769-
[2.0.1]: https://github.com/Linuxfabrik/lfops/compare/v2.0.0...v2.0.1
770-
[2.0.0]: https://github.com/Linuxfabrik/lfops/compare/v1.0.1...v2.0.0
771-
[1.0.1]: https://github.com/Linuxfabrik/lfops/compare/v1.0.0...v1.0.1
772-
[1.0.0]: https://github.com/Linuxfabrik/lfops/releases/tag/v1.0.0
772+
[Unreleased]: https://github.com/Linuxfabrik/lfops/compare/v3.0.0...HEAD
773+
[v3.0.0]: https://github.com/Linuxfabrik/lfops/compare/v2.0.1...v3.0.0
774+
[v2.0.1]: https://github.com/Linuxfabrik/lfops/compare/v2.0.0...v2.0.1
775+
[v2.0.0]: https://github.com/Linuxfabrik/lfops/compare/v1.0.1...v2.0.0
776+
[v1.0.1]: https://github.com/Linuxfabrik/lfops/compare/v1.0.0...v1.0.1
777+
[v1.0.0]: https://github.com/Linuxfabrik/lfops/releases/tag/v1.0.0

0 commit comments

Comments
 (0)