diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a18d0f9..99071d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This change log follows the conventions of ## [Unreleased][unreleased] +Nothing so far. + +## [0.3.6] - 2017-11-30 + ### Fixed - When looping a track that has audio data that extends well past the @@ -372,7 +376,8 @@ support. - Set up initial project structure. - Selector to choose MIDI output as trigger destination. -[unreleased]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.5...HEAD +[unreleased]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.6...HEAD +[0.3.6]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.2...v0.3.3 diff --git a/project.clj b/project.clj index ffb4625b..0c90fdf7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject beat-link-trigger "0.3.6-SNAPSHOT" +(defproject beat-link-trigger "0.3.6" :description "Trigger events in response to CDJ activity." :url "https://github.com/brunchboy/beat-link-trigger" :license {:name "Eclipse Public License" @@ -13,7 +13,7 @@ [fipp "0.6.10"] [inspector-jay "0.3"] [me.raynes/fs "1.4.6"] - [org.deepsymmetry/beat-link "0.3.6-SNAPSHOT"] + [org.deepsymmetry/beat-link "0.3.6"] [overtone/midi-clj "0.5.0" :exclusions [overtone/at-at]] [overtone/osc-clj "0.9.0"] [seesaw "1.4.5"]