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
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file contains all the notable changes done to the Ballerina Persist Tools t
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.8.0] - 2025-01-07

### Added

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina
version=1.8.0-SNAPSHOT
version=1.8.1-SNAPSHOT

# Java Dependencies
ballerinaLangVersion=2201.13.0
Expand Down
4 changes: 2 additions & 2 deletions persist-tool/BalTool.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id = "persist"

[[dependency]]
path = "../persist-cli/build/libs/persist-cli-1.8.0-SNAPSHOT.jar"
path = "../persist-cli/build/libs/persist-cli-1.8.0.jar"

[[dependency]]
path = "../persist-core/build/libs/persist-core-1.8.0-SNAPSHOT.jar"
path = "../persist-core/build/libs/persist-core-1.8.0.jar"