From 9fd93e656adb485ba5b68a067f56f4549d8b8235 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Mon, 27 Nov 2023 10:32:54 +0000 Subject: [PATCH] Update the library version in README.md (#84) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e940bf6..8714e50 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is your one-stop source of all things opentelemetry in elixir. Add ```elixir - {:prima_opentelemetry_ex, "~> 1.0.0"} + {:prima_opentelemetry_ex, "~> 2.0"} ``` and the respective telemetry libraries to your dependencies and you are good to go.