Skip to content

Commit 6f1ff93

Browse files
authored
Merge pull request #16 from justedlev/release-please--branches--main--components--spring-boot-firebase-admin
chore: release v0.2.1
2 parents cc95dcd + b6160fd commit 6f1ff93

6 files changed

Lines changed: 20 additions & 5 deletions

File tree

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
This project uses **[Conventional Commits](https://www.conventionalcommits.org/)** and is powered by *
66
*[release-please](https://github.com/googleapis/release-please)**.
77

8+
## [0.2.1](https://github.com/justedlev/spring-boot-firebase-admin/compare/v0.2.0...v0.2.1) (2026-06-07)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **build:** remove extra `spring-boot.version` property ([f7b815e](https://github.com/justedlev/spring-boot-firebase-admin/commit/f7b815eb511eb48d3f97e48be91a2c372c4babd6))
14+
15+
16+
### ⚙️ Build
17+
18+
* **deps:** bump com.google.firebase:firebase-admin from 9.8.0 to 9.9.0 ([797922b](https://github.com/justedlev/spring-boot-firebase-admin/commit/797922b128b51bc6ecac1d2a066876e3eaece002))
19+
* **deps:** bump org.springframework.boot:spring-boot-dependencies from 3.5.0 to 3.5.14 ([2c34e9d](https://github.com/justedlev/spring-boot-firebase-admin/commit/2c34e9d14dc9f16a037552adc99fedd034272365))
20+
* **deps:** com.google.firebase-firebase-admin from 9.8.0 to 9.9.0 ([d199b7b](https://github.com/justedlev/spring-boot-firebase-admin/commit/d199b7b321064abe1c7622c3e7b981e3f0cd2870))
21+
* **deps:** org.springframework.boot:spring-boot-dependencies from 3.5.0 to 3.5.14 ([3786c00](https://github.com/justedlev/spring-boot-firebase-admin/commit/3786c001588f894c5108a2c8aec92c4346ec8e5d))
22+
823
## [0.2.0](https://github.com/justedlev/spring-boot-firebase-admin/compare/v0.1.0...v0.2.0) (2026-06-06)
924

1025

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defaults, and flexible credential management.
5050
<dependency>
5151
<groupId>io.github.justedlev</groupId>
5252
<artifactId>firebase-spring-boot-starter</artifactId>
53-
<version>0.2.0</version>
53+
<version>0.2.1</version>
5454
</dependency>
5555
```
5656

firebase-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.justedlev</groupId>
66
<artifactId>spring-boot-firebase-admin</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.2.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>firebase-spring-boot-starter</artifactId>

firebase-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.justedlev</groupId>
66
<artifactId>spring-boot-firebase-admin</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.2.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

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

55
<groupId>io.github.justedlev</groupId>
66
<artifactId>spring-boot-firebase-admin</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.2.1</version>
88
<packaging>pom</packaging>
99
<name>Spring Boot Firebase Admin SDK Parent</name>
1010
<description>A lightweight Firebase Admin SDK integration for Spring Boot</description>

0 commit comments

Comments
 (0)