diff --git a/CHANGELOG.md b/CHANGELOG.md index 579a6cf68..5d7cad513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Version 0.6.1 + +Full release notes available at [v0.6.1] tag. + +[v0.6.1]: https://github.com/fortran-lang/stdlib/releases/tag/v0.6.1 + +Changes to existing scripts and modules + - changes in module `stdlib_linalg_lapack` + - Renamed variable for compiler compliance + [#812](https://github.com/fortran-lang/stdlib/pull/812) + - change of the format in some example programs + [#813](https://github.com/fortran-lang/stdlib/pull/813) + + # Version 0.6.0 Full release notes available at [v0.6.0] tag. diff --git a/VERSION b/VERSION index a918a2aa1..ee6cdce3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1