diff --git a/CHANGELOG.md b/CHANGELOG.md index aab59e76c..87aff5dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.2.1 (2021-06-24) + + * Add copy to clipboard button to virtualized output ([#393](https://github.com/elixir-nx/livebook/pull/393)) + * Implement reactive input ([#389](https://github.com/elixir-nx/livebook/pull/389)) + * Add support for image output ([#380](https://github.com/elixir-nx/livebook/pull/380)) + * Add section on evaluation vs compilation on Elixir notebook ([#376](https://github.com/elixir-nx/livebook/pull/376)) + * Show ticking timer while cell is evaluating ([#374](https://github.com/elixir-nx/livebook/pull/374)) + * Show the evaluation time next to the cell indicator ([#366](https://github.com/elixir-nx/livebook/pull/366)) + ## v0.2.0 (2021-06-17) * Add Kino introductory notebook ([#364](https://github.com/elixir-nx/livebook/pull/364)) diff --git a/mix.exs b/mix.exs index 5654e7d35..8d05a1a5e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Livebook.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView" def project do