diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a557ce2..ff7f9b7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.1.2 (2021-06-01) + + * Support dynamic Vega-Lite graphics ([#306](https://github.com/elixir-nx/livebook/pull/306) and [#309](https://github.com/elixir-nx/livebook/pull/309)) + * Capture and show logger output ([#298](https://github.com/elixir-nx/livebook/pull/298)) + ## v0.1.1 (2021-05-24) * Support for plots rendering via [`VegaLite`](https://github.com/elixir-nx/vega_lite) ([#287](https://github.com/elixir-nx/livebook/pull/287)) diff --git a/mix.exs b/mix.exs index 95a22c02d..a76a0aff7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Livebook.MixProject do use Mix.Project - @version "0.1.1" + @version "0.1.2" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView" def project do