From 157c56e5b328036068ec464a08312e24e9b1f53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Sun, 19 Apr 2026 12:35:07 +0200 Subject: [PATCH 1/2] Bump version from 2.1.0 to 2.2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index fd75216..80aead7 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do use Mix.Project @app :testcontainers - @version "2.1.0" + @version "2.2.0" @source_url "https://github.com/testcontainers/testcontainers-elixir" def project do From 5bd11df15ef959f4f3ac93ddfd2ea47363a6a134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Sun, 19 Apr 2026 12:35:36 +0200 Subject: [PATCH 2/2] Update library version to 2.2.0 --- lib/util/constants.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/constants.ex b/lib/util/constants.ex index 9db0c5a..201241f 100644 --- a/lib/util/constants.ex +++ b/lib/util/constants.ex @@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do @moduledoc false def library_name, do: :testcontainers - def library_version, do: "2.1.0" + def library_version, do: "2.2.0" def ryuk_version, do: "0.14.0" def container_label, do: "org.testcontainers" def container_lang_label, do: "org.testcontainers.lang"