Skip to content

Commit

Permalink
v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Mar 20, 2023
1 parent 29b3442 commit 84c14a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.8]

### Fixed

- Added HTML escaping to avoid rendering issues when displaying values (e.g. default/enum values) with reserved
characters in documentation windows.

## [2.0.7]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply plugin: 'org.jetbrains.changelog'

group 'software.amazon.smithy'
version '2.0.7'
version '2.0.8'

repositories {
mavenCentral()
Expand Down

0 comments on commit 84c14a4

Please sign in to comment.