diff --git a/CHANGELOG.md b/CHANGELOG.md index 441f6cf3..654835ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This change log follows the conventions of ## [Unreleased][unreleased] +Nothing so far. + +## [7.1.0] - 2023-04-16 + ### Fixed - Phrase trigger cues were [not reliably sending their end @@ -1364,7 +1368,8 @@ support. - Set up initial project structure. - Selector to choose MIDI output as trigger destination. -[unreleased]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v7.0.1...HEAD +[unreleased]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v7.1.0...HEAD +[7.1.0]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v7.0.1...v7.1.0 [7.0.1]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v7.0.0...v7.0.1 [7.0.0]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.6.3...v7.0.0 [0.6.3]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.6.2...v0.6.3 diff --git a/doc/modules/ROOT/assets/attachments/TouchDesigner.bls b/doc/modules/ROOT/assets/attachments/TouchDesigner.bls index 4ccdf069..c7ffad3b 100644 Binary files a/doc/modules/ROOT/assets/attachments/TouchDesigner.bls and b/doc/modules/ROOT/assets/attachments/TouchDesigner.bls differ diff --git a/project.clj b/project.clj index 396436eb..4e07ec29 100644 --- a/project.clj +++ b/project.clj @@ -31,7 +31,7 @@ [me.raynes/fs "1.4.6"] [nrepl "1.0.0"] [org.apache.maven/maven-artifact "3.9.0"] - [org.deepsymmetry/beat-link "7.1.0-SNAPSHOT"] + [org.deepsymmetry/beat-link "7.1.0"] [org.deepsymmetry/electro "0.1.4"] [org.pushing-pixels/radiance-substance "1.0.2"] [org.pushing-pixels/radiance-substance-extras "1.0.2"]