Skip to content

Commit 21effc2

Browse files
chore(master): release 0.2.0 (#220)
1 parent 0afb5ca commit 21effc2

File tree

6 files changed

+62
-54
lines changed

6 files changed

+62
-54
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/MapColonies/jobnik-manager/compare/v0.1.0...v0.2.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* introduce v1 API structure with jobs, stages, and tasks endpoints MAPCO-8959 ([#205](https://github.com/MapColonies/jobnik-manager/issues/205)) ([dad0bd3](https://github.com/MapColonies/jobnik-manager/commit/dad0bd3b7844346dad9754ed77ec2af42728890a))
9+
* modernized ([#233](https://github.com/MapColonies/jobnik-manager/issues/233)) ([0afb5ca](https://github.com/MapColonies/jobnik-manager/commit/0afb5ca8518959a37d81c21cbe8270a0ccbae93d))
10+
311
## 0.1.0 (2025-11-16)
412

513

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: jobnik-manager
33
description: A Helm chart for jobnik-manager service
44
type: application
5-
version: 0.1.0
6-
appVersion: 0.1.0
5+
version: 0.2.0
6+
appVersion: 0.2.0
77
dependencies:
88
- name: mclabels
99
version: 1.0.1

0 commit comments

Comments
 (0)