From 32b93fa7744a3c80e6428f8a51c3297175988582 Mon Sep 17 00:00:00 2001 From: m-Bilal Date: Mon, 23 Dec 2024 20:21:05 +0530 Subject: [PATCH] prepare changelog for release v1.1.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7f81b..7a34a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.1.2] + +### Changed +- Added documentation in README about limitations on queries with variables([#37](https://github.com/hasura/ndc-elasticsearch/pull/37)) + +### Fixed +- Added size correction to quries with variables ([#36](https://github.com/hasura/ndc-elasticsearch/pull/36)) + ## [1.1.1] ### Fixed