Skip to content

Commit

Permalink
Bring 8.15.1 release to main (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Oct 9, 2024
1 parent d50788d commit cf33c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.15.1 (2024-10-09)

* Add explicit Python 3.13 support ([#189](https://github.com/elastic/elastic-transport-python/pull/189))

## 8.15.0 (2024-08-09)

* Removed call to `raise_for_status()` when using `HttpxAsyncHttpNode` to prevent exceptions being raised for 404 responses ([#182](https://github.com/elastic/elastic-transport-python/pull/182))
Expand Down
2 changes: 1 addition & 1 deletion elastic_transport/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = "8.15.0"
__version__ = "8.15.1"

0 comments on commit cf33c33

Please sign in to comment.