Skip to content

Commit 48469d3

Browse files
chore: Release v1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2024-11-06) ### Features * Allow updating `createdAt` field for announcements ([58ba4cb](58ba4cb)) * Move spec url to versioned path ([e871b23](e871b23)) * Simplify log pattern ([d5d9e04](d5d9e04))
1 parent 7f9159f commit 48469d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.5.0](https://github.com/ReVanced/revanced-api/compare/v1.4.0...v1.5.0) (2024-11-06)
2+
3+
4+
### Features
5+
6+
* Allow updating `createdAt` field for announcements ([58ba4cb](https://github.com/ReVanced/revanced-api/commit/58ba4cb11c789507826cd70ac548943a94da4223))
7+
* Move spec url to versioned path ([e871b23](https://github.com/ReVanced/revanced-api/commit/e871b23210798723c34bce93c7567d8fbcf4e060))
8+
* Simplify log pattern ([d5d9e04](https://github.com/ReVanced/revanced-api/commit/d5d9e04325fa93540be0438e7b51243e2aeeab3d))
9+
110
# [1.5.0-dev.2](https://github.com/ReVanced/revanced-api/compare/v1.5.0-dev.1...v1.5.0-dev.2) (2024-11-06)
211

312

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 1.5.0-dev.2
4+
version = 1.5.0

0 commit comments

Comments
 (0)