Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 5, 2015
1 parent 06e108d commit d818a1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.3.4
##### Released: 5. October 2015

### Bugfixes

* COMMON: Writing version property could override other properties (#149 thanks markalanturner)

## 2.3.3
##### Released: 5. October 2015

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
}
}
dependencies {
classpath 'net.researchgate:gradle-release:2.3.3'
classpath 'net.researchgate:gradle-release:2.3.4'
}
}
Expand All @@ -49,7 +49,7 @@ apply plugin: 'net.researchgate.release'

```groovy
plugins {
id 'net.researchgate.release' version '2.3.3'
id 'net.researchgate.release' version '2.3.4'
}
```

Expand Down

0 comments on commit d818a1d

Please sign in to comment.