diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e0753c..9c23999c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## v0.2.3 + +### Fixes + +- Fixed a bug in SCIP to LSIF conversion of indexes using the new `Relationship.is_definition` field. Without this fix, the generated LSIF index would fail to process in Sourcegraph with a "unknown reference to $ID (expected a range)" error. (https://github.com/sourcegraph/scip/pull/108) + ## v0.2.2 ### Additions diff --git a/cmd/version.txt b/cmd/version.txt index f4778493..71790396 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3