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

Commit e0026b3

Browse files
abuilesJakeUrban
andauthored
v0.22.0 (#61)
Co-authored-by: Jake <jake@stellar.org> Co-authored-by: Jake <jake@stellar.org>
1 parent d199f30 commit e0026b3

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ 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-
## [0.21.0](https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.21.0...v0.20.0) - 2019-10-04
9+
## [0.22.0](https://github.com/stellar/ruby-stellar-base/compare/v0.21.0...v0.22.0) - 2020-03-26
10+
### Added
11+
- Add TransactionBuilder ([#54](https://github.com/stellar/ruby-stellar-base/issues/54))
12+
13+
### Changed
14+
- Regenerate XDR files ([#57](https://github.com/stellar/ruby-stellar-base/issues/57))
15+
- Allow asset objects to be passed instead of list of parameters ([#59](https://github.com/stellar/ruby-stellar-base/issues/59))
16+
17+
## [0.21.0](https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.20.0...v0.21.0) - 2019-10-04
1018
### Changed
1119
- [Stellar Protocol 12 compatibility](https://github.com/bloom-solutions/ruby-stellar-base/pull/51).
1220
- XDR changes for path payment
1321
- constant renames, which may cause breaking changes if referred to directly
1422

15-
## [0.20.0](https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.20.0...v0.19.0) - 2019-05-22
23+
## [0.20.0](https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.19.0...v0.20.0) - 2019-05-22
1624
### Added
1725
- Stellar Protocol 11 compatibility (#48)
1826
- XDR changes for [CAP-0006 Buy Offers](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0006.md)

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

ruby-stellar-base.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.authors = ["Scott Fleckenstein"]
88
spec.email = ["scott@stellar.org"]
99
spec.summary = %q{Stellar client library: XDR}
10-
spec.homepage = "https://github.com/bloom-solutions/ruby-stellar-base"
10+
spec.homepage = "https://github.com/stellar/ruby-stellar-base"
1111
spec.license = "Apache 2.0"
1212

1313
spec.files = `git ls-files -z`.split("\x0")

0 commit comments

Comments
 (0)