Skip to content

Commit

Permalink
chore: release main (#187)
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 Jan 4, 2025
1 parent 8cdaf82 commit 2cb1fc3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.2](https://github.com/luizfonseca/proksi/compare/proksi-v0.5.2...proksi-v0.5.2) (2025-01-04)


### Bug Fixes

* allow https and http addresses to be provided via configuration ([bb52d17](https://github.com/luizfonseca/proksi/commit/bb52d173d11c4506e5bcae5c0a38c2bb7c56aba5))
* avoid renewal e-mails from Let's Encrypt ([#183](https://github.com/luizfonseca/proksi/issues/183)) ([0ab5c12](https://github.com/luizfonseca/proksi/commit/0ab5c121504638c259a2501d21328f1f384e1282))
* failing certificate renewal causing a panic due to .unwrap() call ([6e11bc9](https://github.com/luizfonseca/proksi/commit/6e11bc938f2feb72de898530f774df8f56421d5e))
* linting ([5de49ba](https://github.com/luizfonseca/proksi/commit/5de49ba28975da8b89b648e492653498539ef06a))

## [0.5.1](https://github.com/luizfonseca/proksi/compare/proksi-v0.5.1...proksi-v0.5.1) (2025-01-04)


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 crates/proksi/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.5.1"
version = "0.5.2"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]
Expand Down

0 comments on commit 2cb1fc3

Please sign in to comment.