# Changelog for hspec-golden
## 0.1.0.2
#### Add
* CLI updates tests recursively #19
* Allow first execution to fail #16
## 0.1.0.1
#### Add
* CLI changed to work with optparse-applicative.
## 0.1.0.0
#### Add
* CLI to update `actual` files to `golden`
* Basic functionality to have Golden tests in `hspec`.
* `Golden str` type to write your own golden tests for the kind of
type that you need and a variable output folder.
* `defaultGolden` helper to create golden tests when your results are simple `String`s.