Skip to content

Commit

Permalink
v1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 6, 2021
1 parent d6d367b commit d415a41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## v1.11.0

* New features
* Support returning a Raspberry Pi's eth0 or wlan0 MAC address based on
querying the VideoCore. Ethernet and WiFi drivers don't need to be loaded
for this to work. Thanks to Dömötör Gulyás for helping add this feature.

## v1.10.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@

VERSION=1.10.0
VERSION=1.11.0

SRCS = $(wildcard src/*.c)

Expand Down

0 comments on commit d415a41

Please sign in to comment.