From d3b6434f23fe26ce3f031852931c51b966914547 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sat, 20 Feb 2021 16:22:32 -0600 Subject: [PATCH] Release 1.1.6 --- CHANGELOG.md | 8 +++++++- CMakeLists.txt | 2 +- README.md | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a993755..6d7fb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ This change log follows the conventions of ## [Unreleased][unreleased] +Nothing so far. + + +## [1.1.6] - 2021-02-20 + ### Added - The macOS binary is now compiled as a universal binary to include @@ -156,7 +161,8 @@ This change log follows the conventions of - Chose communication and configuration frameworks. - Built an implementation which meets the needs of beat-link-trigger. -[unreleased]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.5...HEAD +[unreleased]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.6...HEAD +[1.1.6]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.2...v1.1.3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0895ca3..a1afc2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "Build universal binary" project(Carabiner) -set(Carabiner_VERSION "1.1.6-SNAPSHOT") +set(Carabiner_VERSION "1.1.6") configure_file(carabiner.h.in carabiner.h) configure_file(Info.plist.in Info.plist) diff --git a/README.md b/README.md index e9185cd..f1a082f 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ security feature. > If you know of any other clients or embedding libraries, please open > an [issue](https://github.com/Deep-Symmetry/carabiner/issues) or -> mention them on [Beat Link Trigger's Gitter -> channel](https://gitter.im/brunchboy/beat-link-trigger) so I can add +> mention them on [Carabiner's Zulip +> stream]https://deep-symmetry.zulipchat.com/join/wdwsoeiv54bz3coshgjomaqy/) > links here. ## Building @@ -480,7 +480,7 @@ definitely welcome! Deep Symmetry -Carabiner is Copyright © 2016-2020 [Deep Symmetry, LLC](http://deepsymmetry.org) +Carabiner is Copyright © 2016-2021 [Deep Symmetry, LLC](http://deepsymmetry.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by