Skip to content

Commit

Permalink
Merge branch 'main' into releases/m275
Browse files Browse the repository at this point in the history
Update release version to 2.275.1
  • Loading branch information
David Kale committed Dec 14, 2020
2 parents 0fe3c90 + 7ff6ff6 commit de95541
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions releaseNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion releaseVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.275.0
2.275.1
3 changes: 3 additions & 0 deletions src/Sdk/DTWebApi/WebApi/TimelineRecordState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ public enum TimelineRecordState

[EnumMember]
Completed,

[EnumMember]
Delayed,
}
}
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.275.0
2.275.1

0 comments on commit de95541

Please sign in to comment.