소스 검색

chore(release): 0.2.0[CI SKIP]

# [0.2.0](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/compare/0.1.5...0.2.0) (2023-05-10)

### Features

* Change auth method if defaults to MS-Authenticator ([02d5ac3](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/commit/02d5ac341b54b6d2011216a99f082334997539da))
Sean 3 년 전
부모
커밋
1cc4a3ad29
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml

+ 5 - 0
CHANGELOG.md

@@ -0,0 +1,5 @@
+# [0.2.0](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/compare/0.1.5...0.2.0) (2023-05-10)
+
+### Features
+
+- Change auth method if defaults to MS-Authenticator ([02d5ac3](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/commit/02d5ac341b54b6d2011216a99f082334997539da))

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocma"
-version = "0.1.5"
+version = "0.2.0"
 description = ""
 authors = ["Sean Blackburn <birdicode@gmail.com>"]
 license = "MIT"