From 5b48f2bd0ee7c725b9c35c5d31af82d3ed81ea2c Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Thu, 15 Jul 2021 13:29:04 +0200 Subject: [PATCH] Prepare 2.2.0 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b5e2ed..746277db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) +## [2.2.0](https://github.com/esl/amoc/compare/2.1.0...2.2.0) - 2021-07-15 + +This release enables OTP24, and migrates CI to Github Actions. + +## The main changes: + +* [PR#135](https://github.com/esl/amoc/pull/135) - Switching from TravisCI to GH Actions +* [PR#136](https://github.com/esl/amoc/pull/136) - Enabling OTP24 compatibility. Only OTP releases since 23.0 are supported now. + ## [2.1.0](https://github.com/esl/amoc/compare/2.0.1...2.1.0) - 2020-08-19 This release focuses on the REST API, which is now powered by OpenAPI Specifications generated by [openapi-generator](https://openapi-generator.tech/).