Skip to content

Commit a08d1ea

Browse files
committed
chore(release): 1.8.0
1 parent f348081 commit a08d1ea

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.8.0](https://github.com/kleros/tcr/compare/v1.5.1...v1.8.0) (2020-04-27)
6+
7+
### Bug Fixes
8+
9+
- add missing field in round getter and update view contract ([bf877e5](https://github.com/kleros/tcr/commit/bf877e5))
10+
- don't require fee stake in the first round ([7eabae7](https://github.com/kleros/tcr/commit/7eabae7))
11+
- reduce complexity on withdrawFeesAndRewards ([1d5fba1](https://github.com/kleros/tcr/commit/1d5fba1))
12+
- reimbursement and fee withdrawal ([ca27499](https://github.com/kleros/tcr/commit/ca27499))
13+
- remove unused struct field ([b869987](https://github.com/kleros/tcr/commit/b869987))
14+
- typo, bug and useless condition ([f4d60e5](https://github.com/kleros/tcr/commit/f4d60e5))
15+
16+
### Features
17+
18+
- implement review suggestions ([0b380cf](https://github.com/kleros/tcr/commit/0b380cf))
19+
520
### [1.7.1](https://github.com/kleros/tcr/compare/v1.7.0...v1.7.1) (2020-04-03)
621

722
## [1.7.0](https://github.com/kleros/tcr/compare/v1.5.1...v1.7.0) (2020-04-27)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/tcr",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Arbitrable Permission Lists on Ethereum",
55
"main": "index.js",
66
"repository": "https://github.com/kleros/tcr",

0 commit comments

Comments
 (0)