diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d9f0c..a3bda6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.0.3] ### Changed -- Add compound scalar types ([#27](https://github.com/hasura/ndc-elasticsearch/pull/27)) +- Added compound scalar types ([#27](https://github.com/hasura/ndc-elasticsearch/pull/27)) +- Added support for the range operator ([#29](https://github.com/hasura/ndc-elasticsearch/pull/29)) ## [1.0.2]