From 303485214f8034ea021ca6623f8923026b715f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Olaya?= Date: Fri, 21 Apr 2023 12:39:51 +0200 Subject: [PATCH] Update CHANGELOG (#113) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cafab45..0c10205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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). +## [0.3.1] - 2023-04-21 + +### Enhancements +- Store raster nodata value in table metadata (#111) +- Add level to raster metadata (#110) + +### Bug Fixes +- Fixed issue in metadata when updating table (#112) + ## [0.3.0] - 2023-03-07 ### Enhancements