Compare commits

...

3 Commits

Author SHA1 Message Date
David Kale
de955418e4 Merge branch 'main' into releases/m275
Update release version to 2.275.1
2020-12-14 16:37:14 -05:00
David Kale
7ff6ff6afa Prepare 2.275.1 2020-12-14 16:36:31 -05:00
Tingluo Huang
56529a1c2f fix compat issue in timeline record state. (#861) 2020-12-14 15:43:00 -05:00
4 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
## Bugs
- Unset GTIHUB_ACTION_REPOSITORY and GITHUB_ACTION_REF for non-repo based actions #804
- fix compat issue in timeline record state. #861
## Misc
- Crypto cleanup and enable usage of FIPS compliant crypto when required (#806)

View File

@@ -1 +1 @@
2.275.0
2.275.1

View File

@@ -13,5 +13,8 @@ namespace GitHub.DistributedTask.WebApi
[EnumMember]
Completed,
[EnumMember]
Delayed,
}
}

View File

@@ -1 +1 @@
2.275.0
2.275.1