Skip to content

Commit 9ff6b49

Browse files
committed
Bump to v1.2.0-rc1+dev37
Update Readme
1 parent d13bdb9 commit 9ff6b49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ sample_app is an example for how to build and link an application in cFS. See al
88

99
## Version History
1010

11+
### Development Build: 1.2.0-rc1+dev37
12+
13+
- Documentation: Add `Security.md` with instructions on reporting vulnerabilities
14+
- Resolves bug where success code was reported as an error for `CFE_TBL_GetAddress`.
15+
- Rename `UT_ClearForceFail` as `UT_ClearDefaultValue` given change from <https://github.com/nasa/osal/issues/724>
16+
- See <https://github.com/nasa/sample_app/pull/121>
1117

1218
### Development Build: 1.2.0-rc1+dev29
1319

fsw/src/sample_app_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/* Development Build Macro Definitions */
3434

35-
#define SAMPLE_APP_BUILD_NUMBER 29 /*!< Development Build: Number of commits since baseline */
35+
#define SAMPLE_APP_BUILD_NUMBER 37 /*!< Development Build: Number of commits since baseline */
3636
#define SAMPLE_APP_BUILD_BASELINE \
3737
"v1.2.0-rc1" /*!< Development Build: git tag that is the base for the current development */
3838

0 commit comments

Comments
 (0)