Skip to content

Commit cdbe223

Browse files
committed
bump to 2.8.0 and update changelog
1 parent 37f3695 commit cdbe223

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
Version 2.8.0
5+
-------------
6+
7+
+ Open nodes
8+
- Generalize Linux open node support
9+
- New nrf52832-mdk open node
10+
- New Pycom open node, only MicroPython supported
11+
- New LoRaWAN gateway open node
12+
- Allow flashing of st-ionode while sleeping
13+
14+
+ Utils
15+
- Refactor programmer tools into a single and generic Programmer
16+
417
Version 2.7.0
518
-------------
619

gateway_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# knowledge of the CeCILL license and that you accept its terms.
2121

2222

23-
__version__ = '2.7.0'
23+
__version__ = '2.8.0'

0 commit comments

Comments
 (0)