diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4d6de..de8a710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/onlyutkarsh/git-config-user-profiles/compare/v2.0.1...v2.1.0) (2024-02-19) + + +### Features + +* auto select matching profile ([b27a0aa](https://github.com/onlyutkarsh/git-config-user-profiles/commit/b27a0aa8ba56a093eb8e89b595f0b2578ae7b8a8)) + ## [2.0.1](https://github.com/onlyutkarsh/git-config-user-profiles/compare/v2.0.0...v2.0.1) (2024-02-15) diff --git a/package.json b/package.json index 4a24bc6..80ea5b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "git-config-user-profiles", "displayName": "Git Config User Profiles", "description": "Define multiple git config user profiles and switch them easily using status bar", - "version": "2.0.1", + "version": "2.1.0", "publisher": "onlyutkarsh", "author": "Utkarsh Shigihalli", "repository": {