Skip to content

Commit 8d0e4b2

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.1...v2.3.0) (2024-03-14) ### Bug Fixes * Support mounting even when Magisk is not installed ([2a30845](2a30845)) ### Features * Add utility function around key certificate pairs ([2df3484](2df3484)) * Improve exception message ([b15efa4](b15efa4)) * Simplify signing utility API ([4c6a636](4c6a636))
1 parent 4486c59 commit 8d0e4b2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.3.0](https://github.com/ReVanced/revanced-library/compare/v2.2.1...v2.3.0) (2024-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* Support mounting even when Magisk is not installed ([2a30845](https://github.com/ReVanced/revanced-library/commit/2a30845f61d5f77ded7a72ee3d6ab55b4c512d52))
7+
8+
9+
### Features
10+
11+
* Add utility function around key certificate pairs ([2df3484](https://github.com/ReVanced/revanced-library/commit/2df3484b68ed72338a52e76fb4b7ceb9c9c644ed))
12+
* Improve exception message ([b15efa4](https://github.com/ReVanced/revanced-library/commit/b15efa41f8dc7d73865d0eab15be274b9ee3d7a3))
13+
* Simplify signing utility API ([4c6a636](https://github.com/ReVanced/revanced-library/commit/4c6a6360cf83659d1f5c3a7c5710ac54426e9235))
14+
115
# [2.3.0-dev.3](https://github.com/ReVanced/revanced-library/compare/v2.3.0-dev.2...v2.3.0-dev.3) (2024-03-14)
216

317

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 = 2.3.0-dev.3
4+
version = 2.3.0

0 commit comments

Comments
 (0)