This commit is contained in:
Josh Baker 2016-10-19 14:06:55 -07:00
parent 4630a78613
commit b71cd3ef49
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [1.5.1] - 2016-10-19
### Fixed
- #67: Call the EXPIRE command hangs the server
- #64: Missing points in 'Nearby' queries
## [1.5.0] - 2016-10-03 ## [1.5.0] - 2016-10-03
### Added ### Added
- #61: Optimized queries on 3d objects - #61: Optimized queries on 3d objects

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
VERSION="1.5.0" VERSION="1.5.1"
PROTECTED_MODE="no" PROTECTED_MODE="no"
# Hardcode some values to the core package # Hardcode some values to the core package