## [v4.0.0]
> November 1, 2016

- **Major:** Return promise from catch ([#21](https://github.com/substantial/sinon-stub-promise/pull/21))

## [v3.0.1]
> July 17, 2016

- **Patch:** add MIT license

## [v3.0.0]
> July 16, 2016

- **Major:** Only invoke onResolve/onReject when stub.resolve()/stub.reject()
called ([#18](https://github.com/substantial/sinon-stub-promise/pull/18))

## [v2.0.0]
> April 13, 2016

- **Major:** enable usage in environments other than node and browser (Nativescript) ([#15](https://github.com/substantial/sinon-stub-promise/pull/15))

## [v1.2.0]
> April 13, 2016

- **Minor:** allow promises that handle errors to propagate ([#13](https://github.com/substantial/sinon-stub-promise/pull/13))
