Skip to content

Commit 9b0974a

Browse files
authored
chore: versions & changelog for release 4 (backport #787) (#788)
1 parent 8a2f769 commit 9b0974a

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## Release 4
17+
18+
### Added
19+
1220
- Crowdfund, added additional state [(#715)](https://github.com/andromedaprotocol/andromeda-core/pull/715)
1321
- Added optional config for Send in Splitter contracts [(#686)](https://github.com/andromedaprotocol/andromeda-core/pull/686)
1422
- Added CW20 suppport in Splitter contracts [(#703)](https://github.com/andromedaprotocol/andromeda-core/pull/703)

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/math/andromeda-graph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "andromeda-graph"
3-
version = "0.1.0-a.2"
3+
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.75.0"
66

contracts/math/andromeda-point/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "andromeda-point"
3-
version = "0.1.0-a.1"
3+
version = "0.1.0"
44
authors = ["Mitar Djakovic <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.75.0"

0 commit comments

Comments
 (0)