@@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
6
6
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.3.1 ]
9
9
10
10
### Notes
11
11
12
12
This is a bugfix release. It fixes a Helidon MP
13
- configuration regression on Windows: [ 1038] ( https://github.com/oracle/helidon/issues/1038 ) .
13
+ configuration regression on Windows: [ 1038] ( https://github.com/oracle/helidon/issues/1038 ) , as
14
+ well as other fixes listed below.
14
15
15
16
### Fixes
16
17
@@ -25,6 +26,7 @@ configuration regression on Windows: [1038](https://github.com/oracle/helidon/is
25
26
- Fixes a reference to a non-existent ResourceBundle [ 1058] ( https://github.com/oracle/helidon/pull/1058 )
26
27
- Add exclusions for org.osgi: org .osgi.annotation.versioning [ 1034] ( https://github.com/oracle/helidon/pull/1034 )
27
28
- Documentation fixes [ 1043] ( https://github.com/oracle/helidon/pull/1043 ) [ 1053] ( https://github.com/oracle/helidon/pull/1053 )
29
+ - Documentation: add tracing guides [ 1023] ( https://github.com/oracle/helidon/pull/1023 ) [ 1014] ( https://github.com/oracle/helidon/pull/1014 )
28
30
- Examples fixes [ 1056] ( https://github.com/oracle/helidon/pull/1056 )
29
31
- Build fixes [ 1027] ( https://github.com/oracle/helidon/pull/1027 ) [ 1033] ( https://github.com/oracle/helidon/pull/1033 ) [ 1035] ( https://github.com/oracle/helidon/pull/1035 )
30
32
@@ -503,7 +505,7 @@ for details.
503
505
### Notes
504
506
- Initial source drop on Github
505
507
506
- [ Unreleased ] : https://github.com/oracle/helidon/compare/1.3.0...HEAD
508
+ [ 1.3.1 ] : https://github.com/oracle/helidon/compare/1.3.0...1.3.1
507
509
[ 1.3.0 ] : https://github.com/oracle/helidon/compare/1.2.1...1.3.0
508
510
[ 1.2.1 ] : https://github.com/oracle/helidon/compare/1.2.0...1.2.1
509
511
[ 1.2.0 ] : https://github.com/oracle/helidon/compare/1.1.2...1.2.0
0 commit comments