You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: packages/lib/changelog.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## v1.4.1 - 2018-08-22
8
8
9
9
### Fixed
10
-
- Promisify remaining web3 synchronous function calls
10
+
- Fix critical error when running `push` with an `HDWalletProvider` ([#23](https://github.com/zeppelinos/zos/issues/23))
11
+
- Retry transactions up to 3 times upon "nonce too low" errors ([#334](https://github.com/zeppelinos/zos-cli/issues/334))
11
12
12
-
## [1.4.0] - 2018-08-14
13
+
## v1.4.0 - 2018-08-14
13
14
14
15
### Changed
15
16
- Contract deployments and transactions are executed with an estimate of the gas needed, instead of using the network default ([#211](https://github.com/zeppelinos/zos-lib/pull/211))
@@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
18
19
### Fixed
19
20
- Mark truffle-config as a prod dependency
20
21
21
-
## [1.3.0] - 2018-07-13
22
+
## v1.3.0 - 2018-07-13
22
23
23
24
### Added
24
25
- Support custom Truffle build directories
@@ -40,17 +41,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
0 commit comments