Skip to content

Commit 142af4a

Browse files
committed
Update changelog
1 parent db55fd6 commit 142af4a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

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

5+
## [1.0.1]
6+
7+
This release of Helidon MCP contains bugfixes and dependency upgrades and is recommended for all users.
8+
9+
### CHANGES
10+
11+
- Clean up duplicate and hard coded version [73](https://github.com/helidon-io/helidon-mcp/pull/73)
12+
- Improve error handling [67](https://github.com/helidon-io/helidon-mcp/pull/67)
13+
- Update Helidon version to 4.3.1 [69](https://github.com/helidon-io/helidon-mcp/pull/69)
14+
515
## [1.0.0]
616

717
This is the main release of Helidon MCP. It supports [Model Context Protocol 2024-11-05](https://modelcontextprotocol.io/specification/2024-11-05)
8-
and bring additional support for [Model Context Protocol 2025-03-26](https://modelcontextprotocol.io/specification/2025-03-26).
18+
and brings additional support for [Model Context Protocol 2025-03-26](https://modelcontextprotocol.io/specification/2025-03-26).
919
Helidon MCP is an incubating feature and its API is subject to change.
1020

1121
### NOTABLE CHANGES
@@ -26,7 +36,7 @@ Due to issue with argument ordering using a `Set`, it now uses a `List` and stay
2636

2737
- JSON Schema annotation `@Mcp.JsonSchema` is replaced by `@JsonSchema.Schema`.
2838

29-
Helidon MCP now leverage Helidon JSON Schema introduced in 4.3.0 release. POJOs used as tool inputs do not need
39+
Helidon MCP now leverages Helidon JSON Schema introduced in `4.3.0` release. POJOs used as tool inputs do not need
3040
to provide their JSON Schema as string. Helidon will generate it for you!
3141

3242
### CHANGES
@@ -75,6 +85,7 @@ Requirements:
7585

7686
Initial release.
7787

88+
[1.0.1]: https://github.com/oracle/helidon/compare/1.0.0...1.0.1
7889
[1.0.0]: https://github.com/oracle/helidon/compare/1.0.0-M2...1.0.0
7990
[1.0.0-M2]: https://github.com/oracle/helidon/compare/1.0.0-M1...1.0.0-M2
8091
[1.0.0-M1]: https://github.com/oracle/helidon/compare/main...1.0.0-M1

0 commit comments

Comments
 (0)