diff --git a/CHANGELOG.md b/CHANGELOG.md index baf65bf8..15e89951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ -# [v0.37.0](https://github.com/shaojunda/ckb-sdk-ruby/compare/v0.36.0...v0.37.0) (2020-10-27) +# [v0.38.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.37.0...v0.38.0) (2020-11-23) +Bump version to v0.38.0 + + +# [v0.37.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.36.0...v0.37.0) (2020-10-27) ### Code Refactoring -* use ckb-indexer replace get_cells_by_lock_hash RPC ([2a62ce3](https://github.com/shaojunda/ckb-sdk-ruby/commit/2a62ce3)) +* use ckb-indexer replace get_cells_by_lock_hash RPC ([2a62ce3](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/2a62ce3)) ### Features -* add ckb-indexer types and get_cells api ([92ca150](https://github.com/shaojunda/ckb-sdk-ruby/commit/92ca150)) -* add more types ([bfd881c](https://github.com/shaojunda/ckb-sdk-ruby/commit/bfd881c)) -* add new RPCs ([48626ca](https://github.com/shaojunda/ckb-sdk-ruby/commit/48626ca)) -* remove RPC get_cells_by_lock_hash ([a935a7c](https://github.com/shaojunda/ckb-sdk-ruby/commit/a935a7c)) +* add ckb-indexer types and get_cells api ([92ca150](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/92ca150)) +* add more types ([bfd881c](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/bfd881c)) +* add new RPCs ([48626ca](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/48626ca)) +* remove RPC get_cells_by_lock_hash ([a935a7c](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/a935a7c)) ### BREAKING CHANGES @@ -23,7 +27,7 @@ # [v0.36.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.35.0...v0.36.0) (2020-09-21) -* add deprecated warning on methods in Indexer module ([97f2f47](https://github.com/shaojunda/ckb-sdk-ruby/commit/97f2f47)) +* add deprecated warning on methods in Indexer module ([97f2f47](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/97f2f47)) ### BREAKING CHANGES diff --git a/lib/ckb/version.rb b/lib/ckb/version.rb index 020f598f..a32b385e 100644 --- a/lib/ckb/version.rb +++ b/lib/ckb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CKB - VERSION = "0.37.0" + VERSION = "0.38.0" end