From e0aa011eb5fae5000453a2115796e1d7bb6bd5e6 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 29 Sep 2022 23:42:41 +0200 Subject: [PATCH 1/3] version bump --- box.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box.json b/box.json index e38314d..6c5e104 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"CBStreams", - "version":"2.0.0", + "version":"2.1.0", "location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbstreams/@build.version@/cbstreams-@build.version@.zip", "author":"Ortus Solutions, Corp", "homepage":"https://github.com/ortus-solutions/cbstreams", From 4a601d297b734cba46c7c1d3f53fef0fa70d48c6 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 29 Sep 2022 23:58:51 +0200 Subject: [PATCH 2/3] finalized streams --- box.json | 4 ++-- changelog.md | 8 ++++++++ test-harness/box.json | 6 ++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/box.json b/box.json index 6c5e104..6c02a22 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"CBStreams", - "version":"2.1.0", + "version":"2.0.1", "location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbstreams/@build.version@/cbstreams-@build.version@.zip", "author":"Ortus Solutions, Corp", "homepage":"https://github.com/ortus-solutions/cbstreams", @@ -22,7 +22,7 @@ ], "contributors":[], "dependencies":{ - "cbproxies":"^1.0.0-snapshot" + "cbproxies":"^1.0.0" }, "devDependencies":{ "commandbox-cfformat":"*", diff --git a/changelog.md b/changelog.md index 41de9c3..dabdcdb 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ---- +## [2.0.1] => 2022-SEP-29 + +### Fixed + +* Use the release of `cbproxies` instead of the snapshot + +---- + ## [2.0.0] => 2022-SEP-29 ### New Features diff --git a/test-harness/box.json b/test-harness/box.json index 7db8ee8..35a4a32 100644 --- a/test-harness/box.json +++ b/test-harness/box.json @@ -5,14 +5,16 @@ "private":true, "description":"", "dependencies":{ - "coldbox":"^6.0.0" + "coldbox":"^6.0.0", + "cbproxies":"^1.0.0" }, "devDependencies":{ "testbox":"*" }, "installPaths":{ "coldbox":"coldbox/", - "testbox":"testbox/" + "testbox":"testbox/", + "cbproxies":"modules/cbproxies/" }, "testbox":{ "runner":"http://localhost:60299/tests/runner.cfm" From 32467bf00099281e323217a7d4bbf54483a34d00 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 30 Sep 2022 13:19:21 +0200 Subject: [PATCH 3/3] finalized badge in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d1d026d..a761b3b 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/coldbox-modules/cbstreams.svg?branch=development)](https://travis-ci.org/coldbox-modules/cbstreams) +[![cbstreams CI](https://github.com/coldbox-modules/cbstreams/actions/workflows/ci.yml/badge.svg)](https://github.com/coldbox-modules/cbstreams/actions/workflows/ci.yml) # CB Streams