From 3d8c28799df411dfdc9cff422806723127dc2768 Mon Sep 17 00:00:00 2001 From: William Gelhar Date: Wed, 2 Apr 2025 13:39:41 -0400 Subject: [PATCH] bumping version to 2.3.0 from the es8 compatibility PR --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf8b4ea..c62ecde 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ response formatting and the like. ```elixir def deps do [ - {:exlasticsearch, "~> 2.2.4"} + {:exlasticsearch, "~> 2.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 468caa6..1798c02 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Exlasticsearch.MixProject do use Mix.Project - @version "2.2.4" + @version "2.3.0" @source_url "https://github.com/Frameio/exlasticsearch" def project do