Skip to content

Commit

Permalink
Added changelog, v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 29, 2021
1 parent e9929d6 commit a988ca5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]: <https://github.com/Open-EO/openeo-js-processgraphs/compare/v1.1.0...HEAD>
[1.1.0]: <https://github.com/Open-EO/openeo-js-processgraphs/compare/v1.0.0...v1.1.0>
[1.0.0]: <https://github.com/Open-EO/openeo-js-processgraphs/compare/v1.0.0>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -27,4 +27,4 @@ In a web environment you can include the library as follows:
<script src="https://cdn.jsdelivr.net/npm/@openeo/js-processgraphs@1/dist/main.min.js"></script>
```

More information can be found in the [**documentation**](https://open-eo.github.io/openeo-js-processgraphs/1.0.0/).
More information can be found in the [**documentation**](https://open-eo.github.io/openeo-js-processgraphs/1.1.0/).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/js-processgraphs",
"version": "1.0.0",
"version": "1.1.0",
"author": "openEO Consortium",
"contributors": [
{
Expand Down

0 comments on commit a988ca5

Please sign in to comment.