Skip to content

Commit f7215e2

Browse files
committed
[doc] Prepare v1.1.4
1 parent 691c7ec commit f7215e2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

doc/resources/Markdown/02_RELEASE_NOTE/release_note.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Release Note
22

3-
## v1.1.3 (Latest)
3+
## v1.1.4 (Latest)
4+
- [all] Pre-commit code cleanup for v1.1.4
5+
- [doc] Add STSAFE-A_key_wrapping GitHub ref
6+
- [cert_parser] Fix ED25519 compressed certificate parsing issue
7+
- [cert_parser/api/core] Fix hash digest size type
8+
- [api/services/core] Add I2C configuration put/query
9+
- [api/services/core] Improve invalid key type detection
10+
- [services] Fix filler allocation into condition loop
11+
- [service/stsafea] fix frame transfer communication
12+
- [services/core] Fix CRC computation
13+
- [services/stsafea] Fix establish host keys authenticated
14+
- [services/stsafea] Fix stsafea_query_generic_public_key_slot_info
15+
16+
## v1.1.3
417
- [all] Pre-commit code cleanup for v1.1.3
518
- [certificate] fix warning caused by single-use macro
619
- [api] Add stse_establish_host_key_authenticated

doc/resources/STSELib.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = STSELib
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v1.1.3
51+
PROJECT_NUMBER = v1.1.4
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewers a

0 commit comments

Comments
 (0)