Skip to content

Commit afe3a11

Browse files
committedSep 17, 2019
Update Changelog
1 parent ff8b003 commit afe3a11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- docker
77

88
install:
9-
- docker run -d -it --name tbears-container -p 9000:9000 iconloop/tbears:1.4.0
9+
- docker run -d -it --name tbears-container -p 9000:9000 iconloop/tbears:1.5.0
1010

1111
script:
1212
- python setup.py test

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
## [1.2.0] - Aug, 21, 2019
3+
## [1.2.0] - Sep, 17, 2019
44
### Added
55
- Apply return value of full response to support T-bears
66

77
### Changed
88
- Substitute `coincurve` for `secp256k1`
9-
- Enable debug level logging on http provider
9+
- Support for setting logger function
1010

1111
### Removed
1212
N/A

0 commit comments

Comments
 (0)
Please sign in to comment.