diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d8909..c047d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.1.11](https://github.com/livebook-dev/kino_vega_lite/tree/v0.1.10) (2023-11-15) +## [v0.1.12](https://github.com/livebook-dev/kino_vega_lite/tree/v0.1.12) (2024-06-27) + +### Added + +* Configuration option for disabling the default theme ([#56](https://github.com/livebook-dev/kino_vega_lite/pull/56)) + +## [v0.1.11](https://github.com/livebook-dev/kino_vega_lite/tree/v0.1.11) (2023-11-15) ### Added diff --git a/mix.exs b/mix.exs index 20b0d5d..1654e10 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule KinoVegaLite.MixProject do use Mix.Project - @version "0.1.11" + @version "0.1.12" @description "Vega-Lite integration with Livebook" def project do