From 37cdf55cae423d47001063e5f1790618a4930f20 Mon Sep 17 00:00:00 2001 From: Marco Dallagiacoma Date: Thu, 14 Sep 2023 20:19:16 +0200 Subject: [PATCH] Bump version to 0.2.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a667be0..0287b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### [0.2.1] - 2023-09-14 + +- Update Liveview utility to support liveview pages generated by recent versions of phoenix +- Fix import in liveview template + ### [0.2.0] - 2022-08-08 - Fix support for macOs on M1/M2 CPUs diff --git a/README.md b/README.md index ed18034..72de1a2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The package can be installed by adding `k6` to your list of dependencies in `mix ```elixir def deps do [ - {:k6, "~> 0.2.0"} + {:k6, "~> 0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index a30bc9b..ee59d1f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule K6.MixProject do use Mix.Project @source_url "https://github.com/besughi/elixir-k6" - @version "0.2.0" + @version "0.2.1" def project do [