From a988ca5cc8facdfe44273db90d69e740e6f67687 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 29 Jun 2021 14:27:56 +0200 Subject: [PATCH] Added changelog, v1.1.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2e0a9b7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# 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/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.1.0] - 2021-06-29 + +### Added + +- Better support for unkown subtypes +- Implement full support of openEO API v1.1.0 + +### Fixed + +- Fixed recursion issue with unknown subtypes + +## [1.0.0] - 2021-02-15 + +First stable release supporting openEO API 1.0.0. + +## Prior releases + +All prior releases have been documented in the [GitHub Releases](https://github.com/Open-EO/openeo-js-processgraphs/releases). + +[Unreleased]: +[1.1.0]: +[1.0.0]: diff --git a/README.md b/README.md index ff5c769..4286a67 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://travis-ci.org/Open-EO/openeo-js-processgraphs.svg?branch=master)](https://travis-ci.org/Open-EO/openeo-js-processgraphs) -This library's version is **1.0.0** and supports **openEO API version 1.0.x**. +This library's version is **1.1.0** and supports **openEO API version 1.x**. This repository was split apart from [openeo-js-commons](https://github.com/Open-EO/openeo-js-commons). Old releases can be found there. @@ -27,4 +27,4 @@ In a web environment you can include the library as follows: ``` -More information can be found in the [**documentation**](https://open-eo.github.io/openeo-js-processgraphs/1.0.0/). \ No newline at end of file +More information can be found in the [**documentation**](https://open-eo.github.io/openeo-js-processgraphs/1.1.0/). \ No newline at end of file diff --git a/package.json b/package.json index 6704be6..9507b6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openeo/js-processgraphs", - "version": "1.0.0", + "version": "1.1.0", "author": "openEO Consortium", "contributors": [ {