Skip to content

Commit

Permalink
release v21.01.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 27, 2021
1 parent f9d86e6 commit c4497c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [v21.01.0-beta] - 2021-01-27

### Added

- **Misc** QuickWeb Support

### Fixed

- **Misc** Disable DNS Fallback warnings (debug only now)
- **Misc** Better support/detection for multiple network connections


## [v20.12.1-stable] - 2021-01-01

### Fixed
Expand Down Expand Up @@ -289,7 +301,8 @@ Debug only Release



[Unreleased]: https://github.com/Studio-Link/app/compare/v20.12.1-stable...HEAD
[Unreleased]: https://github.com/Studio-Link/app/compare/v21.01.0-beta...HEAD
[v21.01.0-beta]: https://github.com/Studio-Link/app/compare/v20.12.1-stable...v21.01.0-beta
[v20.12.1-stable]: https://github.com/Studio-Link/app/compare/v20.12.0-stable...v20.12.1-stable
[v20.12.0-stable]: https://github.com/Studio-Link/app/compare/v20.05.5-stable...v20.12.0-stable
[v20.05.5-stable]: https://github.com/Studio-Link/app/compare/v20.05.3...v20.05.5-stable
Expand Down
4 changes: 2 additions & 2 deletions dist/lib/versions.sh
@@ -1,7 +1,7 @@
vmajor=21; vminor=1; vpatch=0
vbuild="$(git rev-parse --short HEAD)"
release="beta-${vbuild}"
#release="stable"
#release="beta-${vbuild}"
release="beta"
baresip="1.0.0"
baresip_lib="1.0.0"
re="1.1.0"
Expand Down

0 comments on commit c4497c5

Please sign in to comment.