diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e772198..51d6d65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.4] - 2023-01-13 + +### Added +- LocalMemSize and GlobalMemSize Device properties. + +### Fixed +- Issue #145 + ## [2.0.3] - 2023-01-04 ### Fixed @@ -269,7 +277,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - FSharp.Core form NuGet - .NET 4.5 -[Unreleased]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.3...HEAD +[Unreleased]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.4...HEAD +[2.0.4]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.0...v2.0.1