summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-09-28 13:00:01 -0500
committerStuart Stock <stuart@int08h.com>2019-09-28 13:00:01 -0500
commit50a505e66f44f0efcfc0fa1390fcc889ab8dcd01 (patch)
tree7349d70806650c3a8a14e0540ed84156af4d5774
parenta14c2e8513c404bcbce7f633885cf7e0f04d7916 (diff)
downloadroughenough-50a505e66f44f0efcfc0fa1390fcc889ab8dcd01.zip
Release 1.1.6
-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 {