Skip to content

Commit

Permalink
Update changelog and README for the 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Aug 19, 2024
1 parent 43a2c87 commit eee5ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.5.0](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v1.5.0) - 2024-08-19
* Support for streaming Bluetooth and Phone State messages over gRPC.

## [1.4.0](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v1.4.0) - 2024-08-08
* Adds the slot field to the phone state record. See the docs for more information on the slot field.
* Upgrade to the latest protobuf (4.27.3) and gRPC (1.65.1) library versions.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ More specifically, I used the following commands:
```shell
cd src/main
mkdir output
rm -r proto/craxiom
find ./proto -name "*.proto" | xargs protoc -I=./proto --go_out=./output --go-grpc_out=./output
```

Expand Down

0 comments on commit eee5ef7

Please sign in to comment.