Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed May 27, 2024
1 parent d11b4c9 commit 5df0a08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Changelog
## Version 2.1.0

## 2.0
Compatibility: requires minimum Kimai 2.17.0

- Code modernization

## Version 2.0

Compatibility: requires minimum Kimai 2.0

- Added: adjustments for new major release

## 1.2
## Version 1.2

Compatibility: requires minimum Kimai 1.18

- Fixed: invalid service configuration (see https://github.com/Keleo/Fail2BanBundle/issues/7)

## 1.1
## Version 1.1

Compatibility: requires minimum Kimai 1.18

Expand All @@ -21,13 +25,13 @@ Compatibility: requires minimum Kimai 1.18
- Modernize codebase
- Updated documentation and added CHANGELOG

## 1.0.1
## Version 1.0.1

Compatibility: requires minimum Kimai 1.0

- Added version to composer.json - thanks @kernie

## 1.0
## Version 1.0

Compatibility: requires minimum Kimai 1.0

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Kimai plugin which logs all failed login attempts to a dedicated logfile, which can be consumed by Fail2Ban.",
"homepage": "https://www.kimai.org/store/fail2ban-bundle.html",
"type": "kimai-plugin",
"version": "2.0",
"version": "2.1.0",
"keywords": [
"kimai",
"kimai-plugin"
Expand All @@ -17,7 +17,7 @@
],
"extra": {
"kimai": {
"require": 20000,
"require": 21700,
"name": "Fail2Ban"
}
},
Expand Down

0 comments on commit 5df0a08

Please sign in to comment.