Skip to content

Commit 18cb97f

Browse files
committed
add changelog
1 parent 15bb7b5 commit 18cb97f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Change Log
2+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
3+
and this project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 0.1.0 (x/x/2023)
6+
- Initial Release!

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sourcelab</groupId>
88
<artifactId>buildkite-api-client</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.3.9 -->

0 commit comments

Comments
 (0)