Skip to content

Commit a1e3f51

Browse files
authored
Merge pull request #20 from adityasood/bump-up-version
Bumped up version to 2.2.0
2 parents f3eff77 + fcdffd4 commit a1e3f51

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.2.0 - 2018-08-29
2+
3+
### Fixed
4+
5+
- Avoid locking up server threads when rate limited by GitHub
6+
7+
18
## 2.1.0 - 2018-01-24
29

310
### Added

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
apply plugin: 'java'
1818
apply from: 'plugin-common.gradle'
1919

20-
project.ext.pluginVersion = '2.1.0'
20+
project.ext.pluginVersion = '2.2.0'
2121
project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion
2222

2323
version = project.fullVersion
@@ -106,4 +106,4 @@ tasks.withType(Jar) { jarTask ->
106106
'Target-Compatibility': project.targetCompatibility
107107
)
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)