Skip to content

Commit

Permalink
changelog and reorder db versions to test later first
Browse files Browse the repository at this point in the history
  • Loading branch information
leslievandemark committed Jan 19, 2024
1 parent 82b5dcc commit 30554e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 30554e6

Please sign in to comment.