Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed May 8, 2017
1 parent 3eef6b7 commit 4464ee3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
==========

## 1.3.2

- Fix Rx observable changes not triggered for nested transactions
- Fix query table auto aliases removed in union statement
- Fix CascadeAction.NONE having no effect during a insert/update/delete

## 1.3.1

- Support Logical NOT operator
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -274,9 +274,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.3.1'
compile 'io.requery:requery-android:1.3.1' // for android
annotationProcessor 'io.requery:requery-processor:1.3.1'
compile 'io.requery:requery:1.3.2'
compile 'io.requery:requery-android:1.3.2' // for android
annotationProcessor 'io.requery:requery-processor:1.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -35,7 +35,7 @@ idea {
}

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

Properties properties = new Properties()
Expand Down

0 comments on commit 4464ee3

Please sign in to comment.