From 37fe572d3c05a2d4dcdbb96e85f738a460bb22a0 Mon Sep 17 00:00:00 2001 From: jclausen Date: Sun, 19 Nov 2023 15:30:54 -0500 Subject: [PATCH] update cbelasticsearch version --- box.json | 2 +- changelog.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/box.json b/box.json index 6cbf970..f7ffd08 100644 --- a/box.json +++ b/box.json @@ -24,7 +24,7 @@ "Jon Clausen " ], "dependencies":{ - "cbelasticsearch":"^3.1.1", + "cbelasticsearch":"^3.2", "cbrestbasehandler":"^1.0.0", "JSONToRC":"^1.0.0" }, diff --git a/changelog.md b/changelog.md index fa9b37a..862db27 100644 --- a/changelog.md +++ b/changelog.md @@ -6,9 +6,12 @@ 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). ---- -## [3.0.3] => Unreleased +## [3.0.4] => 2023-11-19 ### Changed -* Bump cbElasticsearch version to 3.1.0 +* Bump cbElasticsearch version to 3.2 +## [3.0.3] => 2023-06-01 +### Changed +* Bump cbElasticsearch version to 3.1 ## [3.0.2] => 2023-03-28 ### Changed