Skip to content

Commit

Permalink
docs: update CHANGELOG.md and examples/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-rehor committed Dec 4, 2024
1 parent 7453451 commit 989fb88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 1.49.0 [unreleased]

### Bug Fixes

1. [#682](https://github.com/influxdata/influxdb-client-python/pull/682): Check core types when creating Authentication instances.

### Examples

1. [#682](https://github.com/influxdata/influxdb-client-python/pull/682): New example for working with Authentication API.

## 1.48.0 [2024-11-27]

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- [monitoring_and_alerting.py](monitoring_and_alerting.py) - How to create the Check with Slack notification.
- [task_example.py](task_example.py) - How to create a Task by API
- [templates_management.py](templates_management.py) - How to use Templates and Stack API
- [authorizations.py](authorizations.py) - How to create and use authorizations.

## InfluxDB Cloud

Expand Down

0 comments on commit 989fb88

Please sign in to comment.