Skip to content

Commit aeb4e8c

Browse files
committed
Release 7.0.0
1 parent 8a6dd33 commit aeb4e8c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -69,7 +69,7 @@
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>

0 commit comments

Comments
 (0)