Skip to content

Commit

Permalink
chore(main): release 0.2.10 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 12, 2024
1 parent f544cb1 commit 882fd71
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

## [0.2.10](https://github.com/luizfonseca/proksi/compare/v0.2.9...v0.2.10) (2024-06-12)


### Bug Fixes

* **oauth2:** use .get_all to retrieve all cookie values ([cade869](https://github.com/luizfonseca/proksi/commit/cade869e2bd093d07297f4360cc58c0c20ed706b))
* **store:** use arcswap instead of dashmaps ([ad8049c](https://github.com/luizfonseca/proksi/commit/ad8049cd2db5ebc610e8266f2db80f565e765566))

## [0.2.9](https://github.com/luizfonseca/proksi/compare/v0.2.8...v0.2.9) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "proksi"
description = "A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt."
version = "0.2.9"
version = "0.2.10"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]
Expand Down

0 comments on commit 882fd71

Please sign in to comment.