diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c693c2..9cbf127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-v1, breaking changes are indicated via a minor release, while all other changes fall under patches. At any time, you can see what's in progress for a version by filtering GitHub issues by milestone. +# [2.1.0](https://github.com/tophat/ormar-postgres-extensions/compare/v2.0.0...v2.1.0) (2022-02-06) + + +### Features + +* Native PG array type ([88561ad](https://github.com/tophat/ormar-postgres-extensions/commit/88561ada0bbaee4187336ceb7cce88889b635e9c)) + # 1.0.0 (2021-08-03)