Skip to content

Commit b6c2faa

Browse files
committed
[admin] prepare release v1.1.9
1 parent 976f85c commit b6c2faa

3 files changed

Lines changed: 20 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,4 @@ Following applicative project can be used as reference for STSELib integration a
6868

6969

7070
- STSAFE-L
71-
- [STSAFE-L_echo](https://github.com/STMicroelectronics/STSAFE-L_echo)
72-
- [STSAFE-L_device_authentication](https://github.com/STMicroelectronics/STSAFE-L_device_authentication)
73-
- [STSAFE-L_secure_data_storage](https://github.com/STMicroelectronics/STSAFE-L_secure_data_storage)
71+
- [stsafe-l-sdk](https://github.com/STMicroelectronics/stsafe-l-sdk)

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

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

3-
## v1.1.8 (Latest)
3+
## v1.1.9 (Latest)
4+
5+
### Improvements
6+
7+
- [doc] add link to stsafe-l-sdk in readme
8+
- [admin] add jenkinsfile for CI/CD
9+
- [api] add handle's device type setup using mask identification query
10+
- [services] add mask identification query
11+
- [api] add documentation for generate key behaviour
12+
13+
### Bug Fixes
14+
15+
- [services] remove comma typo
16+
- [services] use STSAFE family index
17+
- [doc] fix random_size doxygen tag from [in,out] to [in]
18+
- [api] fix index overflow and incorrect chunk increment in stse_generate_random
19+
20+
## v1.1.8
421

522
### SW Dependency fix
623

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.8
51+
PROJECT_NUMBER = v1.1.9
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)