Skip to content

Commit

Permalink
Uplifted remrem-semantics version to 0.2.9 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdurvak authored Oct 23, 2017
1 parent 5ed89bb commit 413f47b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.8
- Uplifted remrem-semantics version to 0.2.9 to accept case insensitive eventType through query params.

## 0.8.7
- Added validation that can detect duplicate keys in the JSON request body

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ subprojects {
targetCompatibility = 1.8

//Latest version for generate
version = "0.8.7"
version = "0.8.8"

repositories {
mavenCentral()
Expand All @@ -64,7 +64,7 @@ subprojects {
dependencies {
//Injectable Message Library and its Implementation
compile ('com.github.Ericsson:eiffel-remrem-shared:0.3.4')
compile ('com.github.Ericsson:eiffel-remrem-semantics:0.2.8')
compile ('com.github.Ericsson:eiffel-remrem-semantics:0.2.9')
compile ('com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.1')

//Authentication
Expand Down

0 comments on commit 413f47b

Please sign in to comment.