diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cba5ff1..87cd7594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2021-10-21 +### Packages +- avery: 1.2.1 +- bendini: 1.0.0 +- firmRust: 1.0.0 +- firmTypes-python: 1.0.0 +- firmTypes-rust-withServices, firmTypes-rust-withoutServices: 1.0.0 +- lomax: 1.0.1 +- protocols-withServices-python, protocols-withServices-rust, protocols-withoutServices-python, protocols-withoutServices-rust: 1.0.0 +- quinn: 1.0.0 +- tonicMiddleware: 1.0.0 +- windowsEvents: 0.1.0 +- windowsInstaller: 0.1.1 + +### Fixed +- avery: Restrict permissions on named pipes. Before System, admins and user had RW. Everyone and anonymous users had R. Now only system user and user has RW. + ## [1.2.0] - 2021-09-15 ### Packages - avery: 1.2.0 diff --git a/project.nix b/project.nix index f14d9832..d2b278d2 100644 --- a/project.nix +++ b/project.nix @@ -5,7 +5,7 @@ let in nedryland.mkProject rec { name = "firm"; - version = "1.2.0"; + version = "1.2.1"; baseExtensions = [ ./extensions/nedryland/function.nix ./extensions/nedryland/runtime.nix diff --git a/services/avery/CHANGELOG.md b/services/avery/CHANGELOG.md index abb89085..090cefdf 100644 --- a/services/avery/CHANGELOG.md +++ b/services/avery/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2021-10-21 + ### Fixed - Restrict permissions on named pipes. Before System, admins and user had RW. Everyone and anonymous users had R. Now only system user and user has RW.