Skip to content

Commit 06a7f88

Browse files
Increase patch version number and changelog
1 parent 26881df commit 06a7f88

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 📜 BayesFilters changelog
22

3+
## Version 0.7.1.0
4+
##### `Bugfix`
5+
- Fix WhiteNoiseAcceleration implementation.
6+
7+
38
## Version 0.7.0.0
49
##### `Filtering classes`
510
- Remove PFVisualCorrection::getVisualObservationModel() and PFVisualCorrection::setVisualObservationModel().

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif()
66

77
project(BayesFilters
88
LANGUAGES CXX
9-
VERSION 0.7.0.0)
9+
VERSION 0.7.1.0)
1010

1111
set(CMAKE_CXX_STANDARD 11)
1212

0 commit comments

Comments
 (0)