Skip to content

Commit 2c1e6e2

Browse files
committed
Documented: Update CHANGELOG.md file.
1 parent 37d5a7f commit 2c1e6e2

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
1111

1212
## [Unreleased]
1313

14+
## [0.5.0] - 2025-01-14
15+
16+
### Added
17+
18+
- LICENSE.md file. (MIT License). [03dc1a1](https://github.com/sven-seyfert/github-commit-watcher/commit/03dc1a1d0b4544662fba70569c68a0f806b3eccf)
19+
- Progressbar to visualize processing. [f8399b5](https://github.com/sven-seyfert/github-commit-watcher/commit/f8399b58a376260fb7b23aae8dc87105a6b739e5)
20+
21+
### Changed
22+
23+
- Add cURL option '--insecure' to ignore SSL cert verification. [fb963e5](https://github.com/sven-seyfert/github-commit-watcher/commit/fb963e53bae8264a5ce8432e9b0d3d9f9880b9cc)
24+
25+
### Documented
26+
27+
- Project version bump. [37d5a7f](https://github.com/sven-seyfert/github-commit-watcher/commit/37d5a7f426339a14c39ea135e302b55b095040d4)
28+
- Update output data. [f62e74e](https://github.com/sven-seyfert/github-commit-watcher/commit/f62e74ef7be7963ad8688f2e0a53f8eb792addcc)
29+
30+
### Removed
31+
32+
- Unnecessary console write command. [282a384](https://github.com/sven-seyfert/github-commit-watcher/commit/282a384f274699fd2e70619a523167b0a0ff18c1)
33+
1434
## [0.4.0] - 2025-01-13
1535

1636
### Changed
@@ -63,7 +83,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
6383

6484
- Initial commit (first running stable state). [b3b0fb7](https://github.com/sven-seyfert/github-commit-watcher/commit/b3b0fb758b1ca15bf43ed9514ed4e6016c29c213)
6585

66-
[Unreleased]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.4.0...HEAD
86+
[Unreleased]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.5.0...HEAD
87+
[0.5.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.4.0...v0.5.0
6788
[0.4.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.3.0...v0.4.0
6889
[0.3.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.2.0...v0.3.0
6990
[0.2.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.1.0...v0.2.0
@@ -85,4 +106,4 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
85106

86107
##
87108

88-
[To the top](#)
109+
[To the top](#)

0 commit comments

Comments
 (0)