Skip to content

Commit d869b06

Browse files
committed
Change version to 2.1.0
1 parent 70b26a7 commit d869b06

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@
99
- Firmware support of read and write LEDs.
1010
### Fixed
1111
- File-Save operation.
12+
## [2.1.0] - 2019-04-16
13+
### Added
14+
- Chip database.
15+
### Fixed
16+
- Disconnect on the first connection.
17+
1218

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nando (2.1.0-1ubuntu2) stable; urgency=medium
2+
3+
* Implemented chip database. Fixed disconnect of the first connection.
4+
5+
-- bogdan <bogdan@hp> Tue, 16 Apr 2019 17:30:45 +0300
6+
17
nando (2.0.0-1ubuntu1) stable; urgency=medium
28

39
* Implemented reading of bad blocks. Implemented skipping of bad blocks

debian/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=nando
2-
RELEASE=2.0.0
2+
RELEASE=2.1.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55

0 commit comments

Comments
 (0)