From 6c1cbd5bca37aa2b76511ecc8a615f064d2bf2b9 Mon Sep 17 00:00:00 2001 From: Arham4 Date: Sun, 22 Oct 2023 20:01:36 -0400 Subject: [PATCH] Update plugin version --- CHANGELOG.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf313a8..596dde1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.4] - 2023-10-22 + +### Added + +- Add struct autocompletion for params. +- Add error verification of struct param values. +- Fix enum error verification. +- Add more descriptive error messages for error verification. ## [1.1.3] - 2023-09-14 diff --git a/gradle.properties b/gradle.properties index 505d4ec..2954dfe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.arham4.gamecacheconfigplugin pluginName = game-cache-config-plugin pluginRepositoryUrl = https://github.com/shantyps/game-cache-config-plugin # SemVer format -> https://semver.org -pluginVersion = 1.1.3 +pluginVersion = 1.1.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213