Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 11, 2024
1 parent b6eb7fc commit eb87ddf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.0.1 (2024-06-11)

### Fix


- New cookie flag preventing auth cookie from being stored (#36) ([`b6eb7fc`](https://github.com/uilibs/uiprotect/commit/b6eb7fcef23885d734ba0f9031bf15bdbba91bc5))


## v1.0.0 (2024-06-11)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "uiprotect"
copyright = "2024, UI Protect Maintainers"
author = "UI Protect Maintainers"
release = "1.0.0"
release = "1.0.1"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uiprotect"
version = "1.0.0"
version = "1.0.1"
description = "Python API for Unifi Protect (Unofficial)"
authors = ["UI Protect Maintainers <ui@koston.org>"]
license = "MIT"
Expand Down

0 comments on commit eb87ddf

Please sign in to comment.