Skip to content

Commit

Permalink
Added CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstc committed Apr 6, 2022
1 parent fee368c commit 9fd3d01
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## April 2022 Release (version 1.1.2)

### Features

* Extended secrets management to ASP.NET MVC 5 projects.
* Added support to projects that share the same secret files.

---

## April 2022 Release (version 1.0.2)

Initial release.
Visual Studio extension that allows to synchronize solution secrets across different development workstations.

### Features

* Pushing encrypted secrets to a remote repository.
* Pulling ecrypted secrets from a remote repository.
* Implemented GitHub Gist as remote secrets repository.
* Deletion of user secrets for when you need to dismiss secrets from a development workstation.

0 comments on commit 9fd3d01

Please sign in to comment.