From 4993fed05687b9464c64d44140cd801471ef32b9 Mon Sep 17 00:00:00 2001 From: gneeri Date: Wed, 25 Sep 2024 13:41:58 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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]