This repository was archived by the owner on Sep 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,17 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
66As this project is pre 1.0, breaking changes may happen for minor version
77bumps. A breaking change will get clearly notified in this log.
88
9- ## [ unreleased] ( https://github.com/stellar/ruby-stellar-base/compare/v0.13.0...master )
9+ ## [ unreleased] ( https://github.com/stellar/ruby-stellar-base/compare/v0.14.0...master )
10+
11+ ## [ 0.14.0] ( https://github.com/stellar/ruby-stellar-base/compare/v0.13.0...v0.14.0 )
12+
13+ ### Added
14+ - We now support the bump sequence operation with ` Operation.bump_sequence ` .
15+
16+ ### Changed
17+ - Update XDR definitions for stellar-core 0.10.0 support
18+ - ` Operation.change_trust ` learned how to use a default for the ` :limit ` parameter
19+ - ` StrKey ` learned about new version bytes ` pre_auth_tx ` and ` hash_x `
1020
1121## [ 0.13.0] ( https://github.com/stellar/ruby-stellar-base/compare/v0.12.0...v0.13.0 )
1222
Original file line number Diff line number Diff line change 11module Stellar
22 module Base
3- VERSION = "0.13 .0"
3+ VERSION = "0.14 .0"
44 end
55end
You can’t perform that action at this time.
0 commit comments