Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 3.4.0 *(10 September 2026)*
- Updated Kotlin to 2.4.20

## 3.3.0 *(16 June 2026)*
- Updated Kotlin to 2.4.0

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android.useAndroidX=true

# Publishing
GROUP=com.anthonycr.mockingbird
VERSION_NAME=3.3.0
VERSION_NAME=3.4.0

POM_NAME=Mockingbird
POM_DESCRIPTION=A minimalist faking framework exclusively for verifying interactions
Expand Down
2 changes: 1 addition & 1 deletion mockingbird-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.code.style=official
ksp.useKSP2=true
# Publishing
ID=com.anthonycr.plugins.mockingbird
VERSION=3.3.0
VERSION=3.4.0
GROUP=com.anthonycr.plugins.mockingbird
IMPLEMENTATION_CLASS=com.anthonycr.mockingbird.plugin.MockingbirdPlugin
DISPLAY_NAME=Mockingbird
Expand Down