diff --git a/ReleaseNotes/1.0.1.0.md b/ReleaseNotes/1.0.1.0.md new file mode 100644 index 0000000..4e685e4 --- /dev/null +++ b/ReleaseNotes/1.0.1.0.md @@ -0,0 +1,11 @@ +# Release - + +## 新功能: + +## 變更: + +## Bug 修復: +修正多個 Telegram 使用者,呼叫 API 失敗 [(#13)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/13) +修正提升權限失敗 [(#14)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/14) + +## 文檔: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 74e9d41..2b1cbb2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ variables: buildConfiguration: 'Release' - version: '1.0.0.0' + version: '1.0.1.0' stages: - stage: Build_and_Test