Skip to content

Commit

Permalink
release v21.07.0-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jul 6, 2021
1 parent 8bf8e1b commit 432a7c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [v21.07.0-stable] - 2021-07-06

### Fixed

- **Misc** improve accessibility

---

## [v21.05.0-stable] - 2021-06-08

### Added
Expand Down Expand Up @@ -343,7 +351,9 @@ Debug only Release



[Unreleased]: https://github.com/Studio-Link/app/compare/v21.05.0-stable...HEAD
[Unreleased]: https://github.com/Studio-Link/app/compare/v21.07.0-stable...HEAD
[v21.07.0-stable]: https://github.com/Studio-Link/app/compare/v21.05.0-stable...v21.07.0-stable
[v21.05.0-stable]: https://github.com/Studio-Link/app/compare/v21.03.2-stable...v21.05.0-stable
[v21.05.0-stable]: https://github.com/Studio-Link/app/compare/v21.03.2-stable...v21.05.0-stable
[v21.03.2-stable]: https://github.com/Studio-Link/app/compare/v21.03.1-beta...v21.03.2-stable
[v21.03.1-beta]: https://github.com/Studio-Link/app/compare/v21.03.0-beta2...v21.03.1-beta
Expand Down
6 changes: 3 additions & 3 deletions dist/lib/versions.sh
@@ -1,7 +1,7 @@
vmajor=21; vminor=5; vpatch=1
vmajor=21; vminor=7; vpatch=0
vbuild="$(git rev-parse --short HEAD)"
release="beta-${vbuild}"
#release="stable"
#release="beta-${vbuild}"
release="stable"
baresip="1.0.0"
baresip_lib="1.0.0"
re="1.1.0"
Expand Down

0 comments on commit 432a7c5

Please sign in to comment.