Skip to content

Commit 7370300

Browse files
committed
update changlog for v2.2.4
1 parent e389583 commit 7370300

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Added
8+
### Security
119

12-
### Changed
10+
## [2.2.4] - 2025-06-01
1311

14-
### Deprecated
12+
### Fixed
13+
- Fixed indent errors causing docker containers to fail to start
14+
- Fixed TestPyPI installation failure caused by broken FastAPI package on TestPyPI
15+
- Updated GitHub workflow to use `--index-url` for TestPyPI and `--extra-index-url` for PyPI dependencies
16+
- Updated issue templates with correct TestPyPI installation commands
1517

16-
### Removed
18+
## [2.2.3] - 2025-05-30
1719

1820
### Fixed
19-
20-
### Security
21+
- Fixed critical release workflow issues preventing successful PyPI publication
22+
- Corrected version extraction and validation in GitHub Actions
23+
- Updated workflow permissions for trusted publishing
2124

2225
## [2.2.2] - 2025-05-30
2326

@@ -90,7 +93,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9093
- Integrated multiple security analysis tools (Bandit, Safety, Semgrep, pip-audit)
9194
- Configured secure coding practices and validation
9295

93-
[Unreleased]: https://github.com/mockloop/mockloop-mcp/compare/v2.2.2...HEAD
96+
[Unreleased]: https://github.com/mockloop/mockloop-mcp/compare/v2.2.4...HEAD
97+
[2.2.4]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.4
98+
[2.2.3]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.3
9499
[2.2.2]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.2
95100
[2.2.1]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.1
96101
[2.2.0]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.0

0 commit comments

Comments
 (0)