We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d478b commit 369e3c6Copy full SHA for 369e3c6
docs/CHANGELOG.md
@@ -1,7 +1,9 @@
1
# ChangeLog
2
3
-### v0.1.1-SNAPSHOT - Unreleased
+### v1.0.0 - Released 8/16/2023
4
5
+ - Upgrade mockK to v1.13.7
6
+ - Removed the relective hack that was powering reflective-mock now that [our mockK PR](https://github.com/mockk/mockk/pull/1005) has merged.
7
8
### v0.1.0 - Released 1/16/2023
9
self.versions.toml
@@ -1,2 +1,2 @@
[versions]
-name="0.1.1-SNAPSHOT"
+name="1.0.0"
0 commit comments