Skip to content

Commit

Permalink
Merge pull request #36 from ignitionrobotics/2_9_0
Browse files Browse the repository at this point in the history
2.9.0 release prep
  • Loading branch information
nkoenig authored Aug 7, 2020
2 parents d84ef53 + ad5f8d4 commit e8b92c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-sensors2 VERSION 2.8.0)
project(ignition-sensors2 VERSION 2.9.0)

#============================================================================
# Find ignition-cmake
Expand Down
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Ignition Sensors

### Ignition Sensors 2.9.0 (2020-08-07)

1. Add noise to RGBD camera.
* [Pull Request 35](https://github.com/ignitionrobotics/ign-sensors/pull/35)

1. Make sure all sensors have a default topic.When invalid topics are passed
in, convert them to valid topics if possible. If not possible to convert
into valid topic, fail gracefully.
* [Pull Request 33](https://github.com/ignitionrobotics/ign-sensors/pull/33)

### Ignition Sensors 2.8.0 (2020-03-04)

1. Added sequence numbers to sensor data messages.
Expand Down

0 comments on commit e8b92c1

Please sign in to comment.