Skip to content

Commit 50b81fd

Browse files
chore: Release v1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2024-10-07) ### Bug Fixes * Add missing OK response to routes ([1181be1](1181be1)) * Allow more necessary HTTP methods for CORS ([080e2e5](080e2e5)) * Configure CORS properly to allow authorization and content-type header ([6442757](6442757)) * Expire token relative to current date time instead of just time ([c26e129](c26e129)) * Expose www-authenticate header to JS ([9ed724e](9ed724e)) * Respond with JSON when returning token ([1e3e46f](1e3e46f)) * Specify a validation function to fix authentication ([53c3600](53c3600)) ### Features * Add missing parameter and response documentation ([491533d](491533d)) * Customize logging level through environment variable ([8b17d88](8b17d88)) * Improve response info description wording ([977d252](977d252)) * Only allow requests from HTTPs ([a6d7da1](a6d7da1))
1 parent c51db8d commit 50b81fd

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.3.0](https://github.com/ReVanced/revanced-api/compare/v1.2.0...v1.3.0) (2024-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Add missing OK response to routes ([1181be1](https://github.com/ReVanced/revanced-api/commit/1181be12e2223b245019f64570bc8f7bef4e7dc2))
7+
* Allow more necessary HTTP methods for CORS ([080e2e5](https://github.com/ReVanced/revanced-api/commit/080e2e582cb8ea97421c402a4cb82414e11fb1cf))
8+
* Configure CORS properly to allow authorization and content-type header ([6442757](https://github.com/ReVanced/revanced-api/commit/6442757927c0307c01b2793858d25df7e3fca122))
9+
* Expire token relative to current date time instead of just time ([c26e129](https://github.com/ReVanced/revanced-api/commit/c26e129bda09345761f291917f026c13e89a2572))
10+
* Expose www-authenticate header to JS ([9ed724e](https://github.com/ReVanced/revanced-api/commit/9ed724e161f9029967f67e4c2066f2fdf7be0a27))
11+
* Respond with JSON when returning token ([1e3e46f](https://github.com/ReVanced/revanced-api/commit/1e3e46ff4f7c12569b88fcd1bc252aeb5a611b63))
12+
* Specify a validation function to fix authentication ([53c3600](https://github.com/ReVanced/revanced-api/commit/53c36002e9af89aa5fed71f831470b42d5d777c9))
13+
14+
15+
### Features
16+
17+
* Add missing parameter and response documentation ([491533d](https://github.com/ReVanced/revanced-api/commit/491533d3f44ccd716eee80123d0875a05eb9435b))
18+
* Customize logging level through environment variable ([8b17d88](https://github.com/ReVanced/revanced-api/commit/8b17d8894db8db4a168c30be50af91c04e173e14))
19+
* Improve response info description wording ([977d252](https://github.com/ReVanced/revanced-api/commit/977d25249738b24cb6a3530543349efe1d71a9ba))
20+
* Only allow requests from HTTPs ([a6d7da1](https://github.com/ReVanced/revanced-api/commit/a6d7da1205ef7bc23eba0b1fca2480a4327def19))
21+
122
# [1.3.0-dev.6](https://github.com/ReVanced/revanced-api/compare/v1.3.0-dev.5...v1.3.0-dev.6) (2024-10-02)
223

324

gradle.properties

Lines changed: 1 addition & 1 deletion
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.3.0-dev.6
4+
version = 1.3.0

0 commit comments

Comments
 (0)