Skip to content

Commit

Permalink
Bump version to 1.0.1 and add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jan 25, 2018
1 parent c090302 commit 924f0eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [1.0.1] - 2018-01-25

- Disable NMI pin. Set LPBOOT flag to 1.

## [1.0.0] - 2017-11-18

- First release
2 changes: 1 addition & 1 deletion targets/MK22F51212/src/target_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum _target_version_constants
kTarget_Version_Name = 'T',
kTarget_Version_Major = 1,
kTarget_Version_Minor = 0,
kTarget_Version_Bugfix = 0,
kTarget_Version_Bugfix = 1,
};

#endif // __TARGET_CONFIG_H__
Expand Down

0 comments on commit 924f0eb

Please sign in to comment.