Skip to content

Commit d78a4f2

Browse files
committed
Forward: Support dynamic forwarding by backend api. (#2799). v5.0.24
1 parent 03cf93f commit d78a4f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

trunk/doc/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The changelog for SRS.
88

99
## SRS 5.0 Changelog
1010

11+
* v5.0, 2022-02-16, Merge [#2799](https://github.com/ossrs/srs/pull/2799): Forward: Support dynamic forwarding by backend api. (#2799). v5.0.24
1112
* v5.0, 2022-02-14, Merge [#2878](https://github.com/ossrs/srs/pull/2878): Support include directive for config file. (#2878). v5.0.23
1213
* v5.0, 2022-01-18, Eliminate unused *.as files for Adobe Flash. v5.0.22
1314
* v5.0, 2022-01-13, Switch LICENSE from MIT to **MIT or MulanPSL-2.0**. v5.0.21

trunk/src/core/srs_core_version5.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_MAJOR 5
1111
#define VERSION_MINOR 0
12-
#define VERSION_REVISION 23
12+
#define VERSION_REVISION 24
1313

1414
#endif

0 commit comments

Comments
 (0)