summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 865ae00..99d6aa1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
-## Unreleased (to be 1.1.6)
+## Version 1.1.6
* Fix several Clippy items (266f1adc9)
* Update to latest Rusoto (6ff01af52)
* Update to latest google-cloudkms (a0165c019)
-* Update Dockerfile to Rust 1.36 (743662ff)
+* Update Dockerfile to Rust 1.38 (a14c2e8)
## Version 1.1.5
diff --git a/Cargo.toml b/Cargo.toml
index 5e90794..5580197 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "1.1.5"
+version = "1.1.6"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
diff --git a/src/lib.rs b/src/lib.rs
index 74e21dd..ce73e90 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -76,7 +76,7 @@ pub use crate::message::RtMessage;
pub use crate::tag::Tag;
/// Version of Roughenough
-pub const VERSION: &str = "1.1.5";
+pub const VERSION: &str = "1.1.6";
/// Roughenough version string enriched with any compile-time optional features
pub fn roughenough_version() -> String {