From 11e2281bc92a5de4e818a499c80500c483f7bff0 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Fri, 2 Apr 2021 13:49:05 +0200 Subject: [PATCH] Add version note to README.md --- CHANGELOG.md | 2 +- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0305b0..948a1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased -## [1.1.0] - 2021-04-01 +## [1.1.0] - 2021-04-02 ### Added diff --git a/README.md b/README.md index 0b69303..37fce9c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ def deps do end ``` +## Versions and Support + +Version 2.0 does not support Elixir 1.10 anymore. However, for now all functionality is backported to version 1.x. + +| Ymlr Version | Supported Elixir Version | +|:-------------:|:-------------:| +| ~> 2.0 | ~> 1.11 | +| ~> 1.0 | ~> 1.10 | + ## Examples ### Encode a single document - optionally with comments: