diff --git a/CHANGELOG.md b/CHANGELOG.md index 09eb53b3..8e57c2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to PNL will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.13.0] - 2023-11-03 +## [1.13.1] - 2023-11-04 + +### Fixed + +- `pnl_mat_fprint` was printing to `stdout` instead of the file descriptor + +## [1.13.0] - 2023-11-04 ### Added diff --git a/VERSION b/VERSION index feaae22b..b50dd27d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.0 +1.13.1