diff --git a/CHANGELOG.md b/CHANGELOG.md index 32451b3d..f6cf60a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.7.0] 2024-06-12 ### Changed diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 53686919..d0226032 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin-inject = "0.7.0" +kotlin-inject = "0.7.1-SNAPSHOT" kotlin = "1.9.24" ksp = "1.9.24-1.0.20" kotlinpoet = "1.16.0"