diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d0ae1..03edde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Notable changes to the Fortran Error Handler will be documented here. ## [Unreleased] +## [1.0.2] - 2020-11-11 + +No changes to code. Release is only to archive on Zenodo. + ## [1.0.1] - 2020-06-30 ### Added - Option to turn off printing of non-critical (warning) errors on trigger. Configured by `triggerWarnings` parameter on `ErrorHandler%init(...)`. @@ -16,5 +20,6 @@ Notable changes to the Fortran Error Handler will be documented here. - First major release. [Unreleased]: https://github.com/samharrison7/fortran-error-handler/tree/develop +[1.0.2]: https://github.com/samharrison7/fortran-error-handler/tree/1.0.2 [1.0.1]: https://github.com/samharrison7/fortran-error-handler/tree/1.0.1 -[1.0]: https://github.com/samharrison7/fortran-error-handler/tree/1.0 \ No newline at end of file +[1.0]: https://github.com/samharrison7/fortran-error-handler/tree/1.0