Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyarwood committed Jan 28, 2016
1 parent 137ac22 commit 8ff0bd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.0-rc6 (1/27/16)

* Fixed a bug where voices were not being parsed correctly in some cases ([#177](https://github.com/alda-lang/alda/pull/177)).

## 1.0.0-rc5 (1/24/16)

* Added `midi-percussion` instrument. See [the docs](doc/list-of-instruments.md#percussion) for more info.
Expand Down
2 changes: 1 addition & 1 deletion server/src/alda/version.clj
@@ -1,4 +1,4 @@
(ns alda.version)

(def ^:const -version- "1.0.0-rc5")
(def ^:const -version- "1.0.0-rc6")

0 comments on commit 8ff0bd3

Please sign in to comment.