Skip to content

Commit

Permalink
Update version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Mar 26, 2018
1 parent 1bc0717 commit 2ca049a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
==========

## 1.5.1

- Add min/max to base expression functions
- Add factory methods for creating different numeric type Named Expressions
- EnumConverter uses name() for string conversion instead of toString()

## 1.5.0

- Deprecates RxJava 1.0 support in order to bring improvements to RxJava 2.0 support in a future version
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -37,7 +37,7 @@ idea {
}

group = 'io.requery'
version = '1.5.0'
version = '1.5.1'
description = 'A light but powerful object mapper and SQL generator for Java/Android'

Properties properties = new Properties()
Expand Down

0 comments on commit 2ca049a

Please sign in to comment.