diff --git a/README.md b/README.md index 21871ce..a732e75 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![elm-vega banner](https://raw.githubusercontent.com/gicentre/elm-vega/main/images/banner.jpg) [![elm version](https://img.shields.io/badge/Elm-v0.19-blue.svg?style=flat-square)](https://elm-lang.org) -[![vega version](https://img.shields.io/badge/Vega-v5.16-purple.svg?style=flat-square)](https://vega.github.io/vega/) +[![vega version](https://img.shields.io/badge/Vega-v5.20-purple.svg?style=flat-square)](https://vega.github.io/vega/) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) _Declarative visualization for Elm._ diff --git a/docs/changeNotes.md b/docs/changeNotes.md index 5ff12ff..68c0e1c 100644 --- a/docs/changeNotes.md +++ b/docs/changeNotes.md @@ -6,6 +6,12 @@ _None._ --- +## V5.7.0 ➡ V5.7.1 + +_Minor code cleaning and update of dependencies in examples_ + +--- + ## V5.6.1 ➡ V5.7.0 _Minor release to support Vega 5.16 with new non-overlapping label placement._