From 30554e6ddf7f082260e29c9163f3601bdd88bf88 Mon Sep 17 00:00:00 2001 From: Leslie VanDeMark Date: Fri, 19 Jan 2024 20:31:48 +0000 Subject: [PATCH] changelog and reorder db versions to test later first --- .circleci/config.yml | 9 +++++---- CHANGELOG.md | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cbe26b0..8922734 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -238,10 +238,6 @@ workflows: version: 2 commit: &commit_jobs jobs: - - build: - context: - - circleci-user - - tier-1-tap-user - build_mongo_5_0: context: - circleci-user @@ -254,6 +250,11 @@ workflows: - tier-1-tap-user requires: - build_mongo_5_0 + - build: + context: + - circleci-user + - tier-1-tap-user + build_daily: <<: *commit_jobs triggers: diff --git a/CHANGELOG.md b/CHANGELOG.md index 28420a0..71fdc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.1.0 + * Updates to run on python 3.11.7 [#111](https://github.com/singer-io/tap-mongodb/pull/111) + ## 3.0.3 * Refresh the session every 10 minutes during oplog queries [#110](https://github.com/singer-io/tap-mongodb/pull/110)