Skip to content

Commit

Permalink
chore(release): 8.0.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0-dev.1](v7.1.1...v8.0.0-dev.1) (2023-05-10)

* feat!: add `classDef` parameter to `MethodFingerprint` (#175) ([a205220](a205220)), closes [#175](#175)

### BREAKING CHANGES

* This changes the signature of the `customFingerprint` function.
  • Loading branch information
semantic-release-bot committed May 10, 2023
1 parent a205220 commit 7f02b8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [8.0.0-dev.1](https://github.com/revanced/revanced-patcher/compare/v7.1.1...v8.0.0-dev.1) (2023-05-10)


* feat!: add `classDef` parameter to `MethodFingerprint` (#175) ([a205220](https://github.com/revanced/revanced-patcher/commit/a2052202b23037150df6aadc47f6e91efcd481cf)), closes [#175](https://github.com/revanced/revanced-patcher/issues/175)


### BREAKING CHANGES

* This changes the signature of the `customFingerprint` function.

## [7.1.1](https://github.com/revanced/revanced-patcher/compare/v7.1.0...v7.1.1) (2023-05-07)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 7.1.1
version = 8.0.0-dev.1

0 comments on commit 7f02b8d

Please sign in to comment.