Skip to content

Commit 7f0235a

Browse files
authored
Merge pull request #123 from ignitionrobotics/2_5_0_release
2.5.0 release prep
2 parents e725abc + bd0a4d3 commit 7f0235a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-rendering2 VERSION 2.4.0)
6+
project(ignition-rendering2 VERSION 2.5.0)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Ignition Rendering
22

3+
### Ignition Rendering 2.5.0 (2020-08-07)
4+
5+
1. Add support for Gaussian noise render pass in Ogre2DepthCamera
6+
* [Pull Request 122](https://github.com/ignitionrobotics/ign-rendering/pull/122)
7+
38
### Ignition Rendering 2.4.0 (2020-04-17)
49

510
1. Fix flaky VisualAt test

0 commit comments

Comments
 (0)