diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d00f59..1fa3af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ | Version | Notes | | ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | +| [**2.1.2**](https://github.com/elm-explorations/test/tree/2.1.2) | `Fuzz`: Remove arbitrary limit on amount of randomness drawn | [**2.1.1**](https://github.com/elm-explorations/test/tree/2.1.1) | `Test.Html.Query`: Change how boolean attributes are rendered | [**2.1.0**](https://github.com/elm-explorations/test/tree/2.1.0) | Add `Test.Html.Selector.exactText` | | [**2.0.1**](https://github.com/elm-explorations/test/tree/2.0.1) | Documentation fixes | diff --git a/elm.json b/elm.json index a46c450..e146a0e 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "elm-explorations/test", "summary": "Write unit and fuzz tests for Elm code.", "license": "BSD-3-Clause", - "version": "2.1.1", + "version": "2.1.2", "exposed-modules": [ "Test", "Test.Runner",