diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebe46d9..be4e9ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ 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 - +## 2.1.0 - 2021-07-17 ### Added - Add array property support for yaml and json resource types diff --git a/package.json b/package.json index 55368957..0401a5f6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "zeus", "kraken" ], - "version": "2.0.1-pre.0", + "version": "2.1.0", "homepage": "http://github.com/cliffano/rtk", "author": "Cliffano Subagio (http://blog.cliffano.com)", "contributors": [ @@ -52,4 +52,4 @@ "node": ">= 13.0.0" }, "license": "MIT" -} +} \ No newline at end of file