Skip to content

Commit

Permalink
Bump to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Feb 20, 2024
1 parent c67b37b commit 78d2c5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ include $(BOLOS_SDK)/Makefile.defines

APPNAME = Stellar
APPVERSION_M=5
APPVERSION_N=0
APPVERSION_P=3
APPVERSION_N=1
APPVERSION_P=0
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

ifeq ($(TARGET_NAME), TARGET_NANOS)
Expand Down
7 changes: 7 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## v5.1.0

### Updated
- Add support for Stellar Soroban.
- Fix some bugs.
- Remove the soon-to-be-deprecated SDK calls.

## v4.0.0

### Updated
Expand Down

0 comments on commit 78d2c5d

Please sign in to comment.