doc: changelog

This commit is contained in:
Timothy Jaeryang Baek 2025-04-03 09:48:26 -07:00
parent 55ef297f54
commit 65a487101b
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.8] - 2025-04-03
### Added
- 🔒 **SSL Support via '--ssl-certfile' and '--ssl-keyfile'**: Easily enable HTTPS for your mcpo servers by passing certificate and key files—ideal for securing deployments in production, enabling encrypted communication between clients (e.g. browsers, AI agents) and your MCP tools without external proxies.
## [0.0.7] - 2025-04-03
### Added

View File

@ -1,6 +1,6 @@
[project]
name = "mcpo"
version = "0.0.7"
version = "0.0.8"
description = "A simple, secure MCP-to-OpenAPI proxy server"
authors = [
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }