Skip to content

Commit 924f0eb

Browse files
committed
Bump version to 1.0.1 and add changelog.
1 parent c090302 commit 924f0eb

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6+
7+
## [1.0.1] - 2018-01-25
8+
9+
- Disable NMI pin. Set LPBOOT flag to 1.
10+
11+
## [1.0.0] - 2017-11-18
12+
13+
- First release

targets/MK22F51212/src/target_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ enum _target_version_constants
6262
kTarget_Version_Name = 'T',
6363
kTarget_Version_Major = 1,
6464
kTarget_Version_Minor = 0,
65-
kTarget_Version_Bugfix = 0,
65+
kTarget_Version_Bugfix = 1,
6666
};
6767

6868
#endif // __TARGET_CONFIG_H__

0 commit comments

Comments
 (0)