Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 4449a0c

Browse files
committed
Bump to v0.14.0
1 parent 7375dec commit 4449a0c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
66
As this project is pre 1.0, breaking changes may happen for minor version
77
bumps. 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

lib/stellar/base/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Stellar
22
module Base
3-
VERSION = "0.13.0"
3+
VERSION = "0.14.0"
44
end
55
end

0 commit comments

Comments
 (0)