diff --git a/CHANGELOG.md b/CHANGELOG.md index dc15d9b9..a6d8bfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.10.3.0...main) +## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.11.0.0...main) + +## [v1.11.0.0](https://github.com/freckle/freckle-app/compare/v1.10.3.0...v1.11.0.0) + +- Use JUnit formatting for test output when `JUNIT_ENABLED` environment + variable is set. +- Use environment variables to [configure JUnit][junit-env]; always prefix + source paths with test suite `name` and output tests to `/tmp/junit`. +- Remove using `CIRCLECI` environment variable. + +[junit-env]: https://github.com/freckle/hspec-junit-formatter/blob/main/library/Test/Hspec/JUnit/Config/Env.hs ## [v1.10.3.0](https://github.com/freckle/freckle-app/compare/v1.10.2.0...v1.10.3.0) diff --git a/package.yaml b/package.yaml index 3f028725..e8cd1a30 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: freckle-app -version: 1.10.3.0 +version: 1.11.0.0 maintainer: Freckle Education category: Utils github: freckle/freckle-app