diff --git a/CHANGELOG.md b/CHANGELOG.md index 80be638..4a80725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ - [ ] [Open to suggestions ...](https://github.com/mrlacey/CollapseComments/issues/new) -Features that have a checkmark are complete and available for -download in the -[CI build](http://vsixgallery.com/extension/CollapseComments.a1dfaad6-6e8d-420a-807b-ebbbc0e7a6bf/). - # Change log -These are the changes to each version that has been released -on the official Visual Studio extension gallery. +These are the changes to each version that has been released on the Visual Studio Marketplace. + +## 2.8 + +- [x] Address vulnerabilities in dependencies. +- [x] Add basic analytics tracking. ## 2.7 diff --git a/src/source.extension.cs b/src/source.extension.cs index 0095641..f06703b 100644 --- a/src/source.extension.cs +++ b/src/source.extension.cs @@ -11,7 +11,7 @@ internal sealed partial class Vsix public const string Name = "Collapse Comments"; public const string Description = @"Improve the way you work with comments in code by easily (& automatically) expanding and collapsing comments."; public const string Language = "en-US"; - public const string Version = "2.7"; + public const string Version = "2.8"; public const string Author = "Matt Lacey"; public const string Tags = ""; } diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest index 410c0ea..434c209 100644 --- a/src/source.extension.vsixmanifest +++ b/src/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Collapse Comments Improve the way you work with comments in code by easily (& automatically) expanding and collapsing comments. https://github.com/mrlacey/CollapseComments