We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee94792 commit 97374aeCopy full SHA for 97374ae
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [Unreleased]
+## [0.23.0] - 2016-11-15
8
9
### Added
10
- [`with` now supports `else`](https://github.com/bryanjos/elixirscript/pull/207)
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
- version: "0.23.0-dev",
+ version: "0.23.0",
elixir: "~> 1.0",
escript: escript_config,
deps: deps,
0 commit comments