From 6403f990d5d319ff28a92cd177e931751ed5e2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Arroyo=20Torrens?= Date: Tue, 7 Mar 2023 14:45:09 +0100 Subject: [PATCH] Update changelog (#107) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df923f..cafab45 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.0] - 2023-03-07 + +### Enhancements +- Create raster tables with geography and metadata (#105) + +### Bug Fixes +- Fixed band in field name (#102) +- Dockerfile - avoid installing GDAL twice (#104) + ## [0.2.0] - 2023-01-26 ### Enhancements