Skip to content

Commit 0cb05d3

Browse files
committed
Update CHANGELOG
1 parent 2042a61 commit 0cb05d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

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

5+
## [1.0.2]
6+
7+
This release of Helidon MCP contains bugfixes and dependency upgrades and is recommended for all users. The calendar declarative
8+
is a mirror of the calendar example using Helidon MCP declarative.
9+
10+
### CHANGES
11+
12+
- Replace Java util logger by `System.Logger` in all modules [83](https://github.com/helidon-io/helidon-mcp/pull/83)
13+
- Fix subscriptions URI. We no longer expose the internal file URI to the clients. [82](https://github.com/helidon-io/helidon-mcp/pull/82)
14+
- Make calendar examples more consistent. Add tests to declarative version. [81](https://github.com/helidon-io/helidon-mcp/pull/81)
15+
- New calendar declarative example [78](https://github.com/helidon-io/helidon-mcp/pull/78)
16+
- Improve logging in server and some updates for demo [76](https://github.com/helidon-io/helidon-mcp/pull/76)
17+
518
## [1.0.1]
619

720
This release of Helidon MCP contains bugfixes and dependency upgrades and is recommended for all users.
@@ -85,6 +98,7 @@ Requirements:
8598

8699
Initial release.
87100

101+
[1.0.2]: https://github.com/oracle/helidon/compare/1.0.1...1.0.2
88102
[1.0.1]: https://github.com/oracle/helidon/compare/1.0.0...1.0.1
89103
[1.0.0]: https://github.com/oracle/helidon/compare/1.0.0-M2...1.0.0
90104
[1.0.0-M2]: https://github.com/oracle/helidon/compare/1.0.0-M1...1.0.0-M2

0 commit comments

Comments
 (0)