Explorar el Código

chore(release): 0.3.0[CI SKIP]

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

### Features

* Additional checks if login is valid ([3595059](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/commit/3595059addf604a6ea5c433c90304bcf265be4f0))
Sean hace 2 años
padre
commit
d19001bbdc
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 6 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+# [0.3.0](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/compare/0.2.0...0.3.0) (2023-08-08)
+
+### Features
+
+- Additional checks if login is valid ([3595059](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/commit/3595059addf604a6ea5c433c90304bcf265be4f0))
+
 # [0.2.0](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/compare/0.1.5...0.2.0) (2023-05-10)
 
 ### Features

+ 1 - 1
pyproject.toml

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