diff --git a/CHANGELOG.md b/CHANGELOG.md index d69e226..5dfb78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + 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/), @@ -6,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.17.0] - 2024-08-12 + +### Added + +- Support for STAC 1.1 + +### Fixed + +- Upgraded dependencies to solve various issues + ## [2.16.0] - 2024-07-26 ### Added diff --git a/README.md b/README.md index 90a5dbd..eabe509 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A set of [Vue](https://vuejs.org) components for [openEO](http://openeo.org). -This library's version is [**2.16.0**](CHANGELOG.md) and supports **openEO API versions 1.x.x**. +This library's version is [**2.17.0**](CHANGELOG.md) and supports **openEO API versions 1.x.x**. Legacy versions supporting API version 0.x are available as [releases](https://github.com/Open-EO/openeo-vue-components/releases). npm: [@openeo/vue-components](https://www.npmjs.com/package/@openeo/vue-components) diff --git a/package.json b/package.json index f8af338..4dbf394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openeo/vue-components", - "version": "2.16.0", + "version": "2.17.0", "author": "openEO Consortium", "contributors": [ {