Skip to content

Commit 55bd1f5

Browse files
committed
update package version in pom, update changelog
1 parent e72e15c commit 55bd1f5

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
@@ -5,6 +5,12 @@ All notable changes to the DevStack API Service project will be documented in th
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.2] - 2026-03-03
9+
10+
### Changed
11+
##### Projects Info Service
12+
- make it possible to use extrernal api ([#2](https://github.com/opendevstack/ods-api-service/pull/2))
13+
814
## [0.0.1-SNAPSHOT] - 2025-11-27
915

1016
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>org.opendevstack.apiservice</groupId>
1515
<artifactId>devstack-api-service</artifactId>
1616
<name>Devstack API Service</name>
17-
<version>0.0.1-SNAPSHOT</version>
17+
<version>0.0.2</version>
1818

1919
<properties>
2020
<java.version>21</java.version>

0 commit comments

Comments
 (0)