Skip to content

Commit 90bc11f

Browse files
committed
chore: adds CHANGELOG md template file
1 parent 112743e commit 90bc11f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
8+
## Template [x.y.z](https://github.com/thriving-dev/java-library-template/releases/tag/x.y.z) (yyyy-mm-dd)
9+
[a.b.c...x.y.z](https://github.com/thriving-dev/java-library-template/compare/a.b.c...x.y.z)
10+
11+
### Added
12+
- for new features
13+
14+
### Changed
15+
- for changes in existing functionality
16+
17+
### Deprecated
18+
- for soon-to-be removed features
19+
20+
### Removed
21+
- for now removed features
22+
23+
### Fixed
24+
- for any bug fixes
25+
26+
### Security
27+
- in case of vulnerabilities

0 commit comments

Comments
 (0)