diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c20921..5b2fa9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ 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). -## [Unreleased] +## [0.9.3] ### Added - - Allow for borderless tables + - Allow for border-less tables ## [0.9.2] - 2023-07-31 ### Added diff --git a/mix.exs b/mix.exs index aefca62..792d580 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Prompt.MixProject do [ app: :prompt, description: "A terminal toolkit and a set of helpers for building console applications.", - version: "0.9.2", + version: "0.9.3", elixir: "~> 1.10", package: package(), source_url: "https://github.com/silbermm/prompt",