Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Mar 7, 2022
1 parent 8a6dd33 commit aeb4e8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.


## [7.0.0] - 2022-03-07

### Added

- Support for channels 5 and 6 in the DJM-V10 channels-on-air messages,
Expand Down Expand Up @@ -717,7 +722,8 @@ This change log follows the conventions of
- Initial early release of DeviceFinder.


[unreleased]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.3...HEAD
[unreleased]: https://github.com/Deep-Symmetry/beat-link/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.3...v7.0.0
[0.6.3]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.0...v0.6.1
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.deepsymmetry</groupId>
<artifactId>beat-link</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<packaging>jar</packaging>

<name>beat-link</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.deepsymmetry</groupId>
<artifactId>crate-digger</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
</dependency>
<!-- Kaitai Struct Compiler runtime for Java, since we refer to parts of it directly -->
<dependency>
Expand Down

0 comments on commit aeb4e8c

Please sign in to comment.