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

Commit 5bb7e28

Browse files
committed
Bump to v0.11.0
1 parent 020b232 commit 5bb7e28

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +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.10.0...master)
9+
## [unreleased](https://github.com/stellar/ruby-stellar-base/compare/v0.11.0...master)
1010

11+
## [0.11.0](https://github.com/stellar/ruby-stellar-base/compare/v0.10.0...v0.11.0)
12+
13+
### Added
14+
- Added support for `manage_data` operations
15+
16+
### Changed
1117
- `Stellar::Transaction#to_envelope` can now be used without arguments, returning a `Stellar::TransactionEnvelope` with zero signatures.
1218

13-
## [0.10.0](https://github.com/stellar/ruby-stellar-base/compare/v0.0.0...v0.10.0)
19+
## [0.10.0](https://github.com/stellar/ruby-stellar-base/compare/v0.9.0...v0.10.0)
1420

1521
- Added memo helpers to `Stellar::Transaction.for_account`, allowing any operation builder (such as `Stellar::Transaction.payment) to provide a custom memo using the `:memo` attribute.
1622

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.10.0"
3+
VERSION = "0.11.0"
44
end
55
end

0 commit comments

Comments
 (0)