Skip to content

Commit

Permalink
release v1.5.2-SNAPSHOT ...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Sep 28, 2024
1 parent 64731d7 commit 0eb7a6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
**Unreleased**
**[1.5.2-SNAPSHOT] - 2024-09-28**

**Added**
- `SingleKeyAccount` support
- Secp256k1 key generation
- String formatting for `AccountAddress`

**[1.5.1-SNAPSHOT] - 2024-08-20**

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = "xyz.mcxross.kaptos"

version = "0.1.0-beta1"
version = "1.5.2-SNAPSHOT"

plugins {
alias(libs.plugins.android.application) apply false
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

group = "xyz.mcxross.kaptos"

version = "0.1.0-beta1"
version = "1.5.2-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0eb7a6c

Please sign in to comment.