Skip to content

Commit 2ef0456

Browse files
committed
Documented: Update CHANGELOG.md file.
1 parent 7acc64b commit 2ef0456

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

1212
## [Unreleased]
1313

14+
## [0.7.0] - 2025-01-24
15+
16+
### Changed
17+
18+
- Extent WebEx notification by the time and message of the commit. [350dc5f](https://github.com/sven-seyfert/github-commit-watcher/commit/350dc5fca1ab21302753e4dd35d94ed7ec40ab91)
19+
- WebEx webhook URL defined in a config file instead of being hard coded. [a48943c](https://github.com/sven-seyfert/github-commit-watcher/commit/a48943c0e6d2fd98f68ef72a0a9deca4fe89fd45)
20+
21+
### Documented
22+
23+
- Add configuration section to README.md file. [1a4efa3](https://github.com/sven-seyfert/github-commit-watcher/commit/1a4efa3b51f6e42ad70ef7d8a8ec648070193dbc)
24+
- Project version bump. [7acc64b](https://github.com/sven-seyfert/github-commit-watcher/commit/7acc64b05485125d9c7f6382e6ed5dfc65b4ae55)
25+
- Update output data by adding timespan of the commit message. [11d816b](https://github.com/sven-seyfert/github-commit-watcher/commit/11d816b5cb3c07cfa0e500b3dc3255659fdb345c)
26+
27+
### Fixed
28+
29+
- Wrong markdown syntax. [3874f95](https://github.com/sven-seyfert/github-commit-watcher/commit/3874f9528f603a0f07d692e3739873632d58c102)
30+
1431
## [0.6.0] - 2025-01-17
1532

1633
### Changed
@@ -94,7 +111,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
94111

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

97-
[Unreleased]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.6.0...HEAD
114+
[Unreleased]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.7.0...HEAD
115+
[0.7.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.6.0...v0.7.0
98116
[0.6.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.5.0...v0.6.0
99117
[0.5.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.4.0...v0.5.0
100118
[0.4.0]: https://github.com/sven-seyfert/github-commit-watcher/compare/v0.3.0...v0.4.0

0 commit comments

Comments
 (0)