Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vepanimas committed Feb 24, 2021
1 parent e2729cc commit 4f86bfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Changelog

## [2.9.0] - 2021-02-24

### Added
- GZip response handling (#427)

### Fixed
- Startup exception caused by Relay detection (#431)
- Search for configuration through the whole project root hierarchy (#423)

## [2.8.0] - 2021-02-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m

pluginGroup = com.intellij.lang.jsgraphql
pluginName = JS GraphQL
pluginVersion = 2.8.0
pluginVersion = 2.9.0
pluginSinceBuild = 192.7142
pluginUntilBuild = 212.*

Expand Down

0 comments on commit 4f86bfc

Please sign in to comment.