Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Oct 18, 2023
1 parent 212f1f1 commit 7e363ee
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
@@ -1,5 +1,12 @@
# Changelog

## 1.2.0 (October 18 2023)

### Bug Fix

- More selective detection of breaking/dangerous enum value changes (#54)
- Improve schema root operation type changes (#55)

## 1.1.2 (September 15 2022)

### Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/schema_comparator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module GraphQL
module SchemaComparator
VERSION = "1.1.2"
VERSION = "1.2.0"
end
end

0 comments on commit 7e363ee

Please sign in to comment.