diff --git a/README.md b/README.md index c336588..28282e2 100755 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ can print to `stdout` in a supported format to be used with NSS. 3. Install it directly with `dpkg` or through `apt`: ``` - sudo dpkg -i libnss_shim_1.0.4_amd64.deb + sudo dpkg -i libnss_shim_1.0.5_amd64.deb ``` or ``` - sudo apt install ./libnss_shim_1.0.4_amd64.deb + sudo apt install ./libnss_shim_1.0.5_amd64.deb ``` 4. Configure the shim by importing a custom `config.json`: diff --git a/changelog/CHANGELOG.txt b/changelog/CHANGELOG.txt index 8c186fa..8b13789 100644 --- a/changelog/CHANGELOG.txt +++ b/changelog/CHANGELOG.txt @@ -1,4 +1 @@ -- Update `shlex` to `1.3.0` following a security advisory -- Bump to latest versions of `libc`, `paste`, `serde`, `serde_json` -- Bump `cargo-deb` to `1.44.1`, as `2.x` has breaking changes -- Add `rust-toolchain.toml` + diff --git a/changelog/CHANGELOG_1.0.5.txt b/changelog/CHANGELOG_1.0.5.txt new file mode 100644 index 0000000..8c186fa --- /dev/null +++ b/changelog/CHANGELOG_1.0.5.txt @@ -0,0 +1,4 @@ +- Update `shlex` to `1.3.0` following a security advisory +- Bump to latest versions of `libc`, `paste`, `serde`, `serde_json` +- Bump `cargo-deb` to `1.44.1`, as `2.x` has breaking changes +- Add `rust-toolchain.toml`