Skip to content

Commit 986cb5a

Browse files
committed
chore: Release
1 parent 6f3185c commit 986cb5a

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.2] - 2024-12-18
6+
7+
### 🚀 Features
8+
9+
- Adding secret get_effective_at method host implementation
10+
511
## [0.9.1] - 2024-12-06
612

713
### 🐛 Bug Fixes
@@ -10,6 +16,10 @@ All notable changes to this project will be documented in this file.
1016
- Raise and alert for secret decryption errors
1117
- Set Fastedge_Header_Hostname header for backend
1218

19+
### ⚙️ Miscellaneous Tasks
20+
21+
- Release
22+
1323
## [0.9.0] - 2024-11-22
1424

1525
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.9.1"
6+
version = "0.9.2"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
 (0)