diff --git a/CHANGELOG.md b/CHANGELOG.md index 329258f62..7ec40f803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +## Version 1.0.0-alpha.5 + +_2020-08-26_ + +* Fix RenderTester assert(action:) (#57) +* Introduce 'makeOutputSink' convenience on 'RenderContext' (#55) + ## Version 1.0.0-alpha.4 _2020-07-15_ diff --git a/VERSION b/VERSION index d1538fc3c..7f8cff91c 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ MAJOR=1 MINOR=0 PATCH=0 -PRE_RELEASE_IDENTIFIER='alpha.4' \ No newline at end of file +PRE_RELEASE_IDENTIFIER='alpha.5' \ No newline at end of file