# Changelog 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] ## [0.7.0](https://github.com/loambuild/loam-sdk/compare/loam-sdk-core-riff-v0.6.5...loam-sdk-core-riff-v0.7.0) - 2024-03-22 ### Added - [**breaking**] rename Owner to Admin ([#37](https://github.com/loambuild/loam-sdk/pull/37)) ### Other - release ## [0.6.5](https://github.com/loambuild/loam-sdk/compare/loam-sdk-core-riff-v0.6.4...loam-sdk-core-riff-v0.6.5) - 2023-09-22 ### Added - update soroban-sdk ([#29](https://github.com/loambuild/loam-sdk/pull/29)) ## [0.6.4](https://github.com/loambuild/loam-sdk/compare/loam-sdk-core-riff-v0.6.3...loam-sdk-core-riff-v0.6.4) - 2023-09-01 ### Fixed - use versions directly so they get bumped by release ([#24](https://github.com/loambuild/loam-sdk/pull/24)) ## [0.6.3](https://github.com/loambuild/loam-sdk/compare/loam-sdk-core-riff-v0.6.2...loam-sdk-core-riff-v0.6.3) - 2023-09-01 ### Other - release ([#15](https://github.com/loambuild/loam-sdk/pull/15)) ## [0.6.2](https://github.com/loambuild/loam-sdk/releases/tag/loam-sdk-core-riff-v0.6.2) - 2023-08-31 ### Added - add CLI with build command and update soroban-sdk ([#11](https://github.com/loambuild/loam-sdk/pull/11)) - [**breaking**] get_env -> env, and loam -> riff ([#7](https://github.com/loambuild/loam-sdk/pull/7)) - soroban_contract macro ([#5](https://github.com/loambuild/loam-sdk/pull/5)) - loam macro ([#4](https://github.com/loambuild/loam-sdk/pull/4)) - pin CLI binary ([#2](https://github.com/loambuild/loam-sdk/pull/2)) - add Ownable, Redeployable ([#1](https://github.com/loambuild/loam-sdk/pull/1)) ### Fixed - add versions to workspace deps in root Cargo.toml ([#19](https://github.com/loambuild/loam-sdk/pull/19)) - use actual versions ([#18](https://github.com/loambuild/loam-sdk/pull/18)) - use correct versions ([#17](https://github.com/loambuild/loam-sdk/pull/17)) - added description and license for crates - Owner's type should to included in the generated XDR ([#9](https://github.com/loambuild/loam-sdk/pull/9)) ### Other - update README ([#3](https://github.com/loambuild/loam-sdk/pull/3)) - initial