We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2d43c commit 3b4a124Copy full SHA for 3b4a124
CHANGELOG.md
@@ -2,11 +2,13 @@
2
3
# Changelog
4
5
-## [3.3.1] - 2022-11-23
+## [3.4.0] - 2022-02-07
6
7
### Fixed
8
9
- Compatibility with 2023.1.
10
+- Updated Federation 2 schema.
11
+- Updated Apollo Kotlin schema.
12
13
14
## [3.3.0] - 2022-09-22
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
java
kotlin("jvm") version "1.7.10"
- id("org.jetbrains.intellij") version "1.11.0"
+ id("org.jetbrains.intellij") version "1.12.0"
id("org.jetbrains.grammarkit") version "2021.2.2"
15
id("com.github.ManifestClasspath") version "0.1.0-RELEASE"
16
id("org.jetbrains.changelog") version "2.0.0"
0 commit comments