We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bb7b5 commit 18cb97fCopy full SHA for 18cb97f
CHANGELOG.md
@@ -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
@@ -6,7 +6,7 @@
7
<groupId>org.sourcelab</groupId>
8
<artifactId>buildkite-api-client</artifactId>
9
- <version>0.0.1</version>
+ <version>0.1.0</version>
10
<packaging>jar</packaging>
11
12
<!-- Require Maven 3.3.9 -->
0 commit comments