Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

release: v1.0.0-beta.3 #147

Merged
merged 1 commit into from
Feb 13, 2024
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
22 changes: 2 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,9 @@ All notable changes to this project will be documented in this file.
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.0.0-beta.3] - 2024-02-13

### Added

for new features.

### Changed

for changes in existing functionality.

### Deprecated

for soon-to-be removed features.

### Removed

for now removed features.

### Fixed

for any bug fixes.
Deprecate this package. If you're building apps with Immutable, please use [Immutable's Unified SDK](https://github.com/immutable/ts-immutable-sdk)

## [1.0.0-beta.2] - 2022-12-01

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin.code.style=official

# Maven publishing properties
POM_NAME=Immutable X Core SDK Kotlin/JVM
POM_DESCRIPTION=The Immutable X Core SDK Kotlin/JVM provides convenient access to the Immutable API's for applications written on the Immutable X platform.
POM_DESCRIPTION=The Immutable X Core SDK Kotlin/JVM is no longer maintained. Please use https://github.com/immutable/ts-immutable-sdk instead.
POM_URL=https://github.com/immutable/imx-core-sdk-kotlin-jvm/

POM_LICENSE_NAME=The Apache Software License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.0.0-beta.2
version: 1.0.0-beta.3
Loading