From fc9d5957a58b1eef22a14b9e3f6bcfefa2c7f91f Mon Sep 17 00:00:00 2001 From: Schuyler Duveen Date: Fri, 1 Oct 2021 13:16:58 -0400 Subject: [PATCH 1/2] 11.1 release notes --- README.md | 4 ++-- docs/RELEASE_NOTES.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a830540cd..09314e925 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Spoke is an open source text-distribution tool for organizations to mobilize sup Spoke was created by Saikat Chakrabarti and Sheena Pakanati, and is now maintained by MoveOn.org. -The latest version is [11.0](https://github.com/MoveOnOrg/Spoke/tree/v11.0) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v110)) +The latest version is [11.1](https://github.com/MoveOnOrg/Spoke/tree/v11.1) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v111)) ## Setting up Spoke @@ -24,7 +24,7 @@ Want to know more? ### Quick Start with Heroku This version of Spoke suitable for testing and, potentially, for small campaigns. This won't cost any money and will not support production(aka large-scale) usage. It's a great way to practice deploying Spoke or see it in action. - + Deploy diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 02879714b..010cb3371 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,5 +1,22 @@ # Release Notes +## v11.1 + +_October 2021:_ Version 11.1 + +11.1 is a bug-fix release. After many changes in 11.0, there were a few problems that surfaced and with the help of reporting from the community (special shoutout to Karla Bradley at NYCET and Brendan, Daniel, and Amy at State Voices). + +### Bug-fixes +* Campaign Admin: Texter manual changing/adding of assigned triggered app failure +* Setting/Updating Twilio credentials in admin Settings failed +* Buying numbers for an organization's message service failed +* Clicking Re-open +* minor additions/fixes to service-managers api + +### Appreciations + +* [Larry Person](https://github.com/lperson), [Kathy Nguyen](https://github.com/crayolakat), [Schuyler Duveen](https://github.com/schuyler1d), Mark Houghton, everyone at NYCET and State Voices for bug reporting and testing. + ## v11.0 _August 2021:_ Version 11.0 diff --git a/package.json b/package.json index a6e2d95eb..f748bd288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spoke", - "version": "11.0.0", + "version": "11.1.0", "description": "Spoke", "main": "src/server", "engines": { From 5952e02f23f41733733c05a3c30222482841aa01 Mon Sep 17 00:00:00 2001 From: Kathy Nguyen Date: Mon, 4 Oct 2021 07:11:22 -0700 Subject: [PATCH 2/2] Update language, appreciations --- docs/RELEASE_NOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 010cb3371..add0d0127 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -8,14 +8,14 @@ _October 2021:_ Version 11.1 ### Bug-fixes * Campaign Admin: Texter manual changing/adding of assigned triggered app failure -* Setting/Updating Twilio credentials in admin Settings failed -* Buying numbers for an organization's message service failed +* Setting/Updating Twilio credentials in admin Settings failure +* Buying numbers for an organization's message service failure * Clicking Re-open * minor additions/fixes to service-managers api ### Appreciations -* [Larry Person](https://github.com/lperson), [Kathy Nguyen](https://github.com/crayolakat), [Schuyler Duveen](https://github.com/schuyler1d), Mark Houghton, everyone at NYCET and State Voices for bug reporting and testing. +* [Arique Aguilar](https://github.com/Arique1104), [Larry Person](https://github.com/lperson), [Kathy Nguyen](https://github.com/crayolakat), [Schuyler Duveen](https://github.com/schuyler1d), Mark Houghton, everyone at NYCET and State Voices for bug reporting and testing. ## v11.0