Skip to content

Commit

Permalink
chore(main): release proksi 0.5.1 (#185)
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 0ab5c12 commit 1e94852
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"crates/plugins_api":"0.1.0","crates/proksi":"0.5.0","crates/plugin_request_id":"0.1.0"}
{"crates/plugins_api":"0.1.0","crates/proksi":"0.5.1","crates/plugin_request_id":"0.1.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* avoid renewal e-mails from Let's Encrypt ([#183](https://github.com/luizfonseca/proksi/issues/183)) ([0ab5c12](https://github.com/luizfonseca/proksi/commit/0ab5c121504638c259a2501d21328f1f384e1282))

## [0.5.0](https://github.com/luizfonseca/proksi/compare/proksi-v0.4.8...proksi-v0.5.0) (2024-11-03)


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

0 comments on commit 1e94852

Please sign in to comment.