File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ This change log follows the conventions of
66
77## [ Unreleased] [ unreleased ]
88
9+ Nothing so far.
10+
11+
12+ ## [ 7.0.0] - 2022-03-07
13+
914### Added
1015
1116- Support for channels 5 and 6 in the DJM-V10 channels-on-air messages,
@@ -717,7 +722,8 @@ This change log follows the conventions of
717722- Initial early release of DeviceFinder.
718723
719724
720- [ unreleased ] : https://github.com/Deep-Symmetry/beat-link/compare/v0.6.3...HEAD
725+ [ unreleased ] : https://github.com/Deep-Symmetry/beat-link/compare/v7.0.0...HEAD
726+ [ 7.0.0 ] : https://github.com/Deep-Symmetry/beat-link/compare/v0.6.3...v7.0.0
721727[ 0.6.3 ] : https://github.com/Deep-Symmetry/beat-link/compare/v0.6.2...v0.6.3
722728[ 0.6.2 ] : https://github.com/Deep-Symmetry/beat-link/compare/v0.6.1...v0.6.2
723729[ 0.6.1 ] : https://github.com/Deep-Symmetry/beat-link/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 44
55 <groupId >org.deepsymmetry</groupId >
66 <artifactId >beat-link</artifactId >
7- <version >7.0.0-SNAPSHOT </version >
7+ <version >7.0.0</version >
88 <packaging >jar</packaging >
99
1010 <name >beat-link</name >
6969 <dependency >
7070 <groupId >org.deepsymmetry</groupId >
7171 <artifactId >crate-digger</artifactId >
72- <version >0.1.6-SNAPSHOT </version >
72+ <version >0.1.6</version >
7373 </dependency >
7474 <!-- Kaitai Struct Compiler runtime for Java, since we refer to parts of it directly -->
7575 <dependency >
You can’t perform that action at this time.
0 commit comments