Skip to content

Commit f504535

Browse files
cytech-release-bot[bot]JChrist
authored andcommitted
chore(main): release 0.2.6
1 parent d15ac78 commit f504535

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.5"
2+
".": "0.2.6"
33
}

CHANGELOG.md

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

3+
## [0.2.6](https://github.com/cytechmobile/sendium/compare/v0.2.5...v0.2.6) (2026-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** merge dependabot PR by explicit number ([ba1793c](https://github.com/cytechmobile/sendium/commit/ba1793c86f47457eb9309b84f547f19fb54a54ba))
9+
310
## [0.2.5](https://github.com/cytechmobile/sendium/compare/v0.2.4...v0.2.5) (2026-06-02)
411

512

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>gr.cytech</groupId>
66
<artifactId>sendium</artifactId>
7-
<version>0.2.6-SNAPSHOT</version>
7+
<version>0.2.6</version>
88
<packaging>pom</packaging>
99

1010
<modules>
@@ -58,7 +58,7 @@
5858
<groupId>gr.cytech</groupId>
5959
<artifactId>sendium-core</artifactId>
6060
<!-- release-please bumps this via the generic extra-files updater; the maven release-type does NOT rewrite dependencyManagement versions -->
61-
<version>0.2.6-SNAPSHOT</version> <!-- x-release-please-version -->
61+
<version>0.2.6</version> <!-- x-release-please-version -->
6262
</dependency>
6363

6464
<dependency>

sendium-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>gr.cytech</groupId>
77
<artifactId>sendium</artifactId>
8-
<version>0.2.6-SNAPSHOT</version>
8+
<version>0.2.6</version>
99
</parent>
1010

1111
<artifactId>sendium-app</artifactId>

sendium-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>gr.cytech</groupId>
77
<artifactId>sendium</artifactId>
8-
<version>0.2.6-SNAPSHOT</version>
8+
<version>0.2.6</version>
99
</parent>
1010

1111
<artifactId>sendium-core</artifactId>

0 commit comments

Comments
 (0)