From 3aae3071ab157ce0da47d7e1b3a4d2d000be3a91 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@subcom.tech>
Date: Wed, 5 Oct 2022 13:19:37 +0530
Subject: [PATCH] feat: Temp update.

---
 CHANGELOG.md      | 2 +-
 bitia/__main__.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a94fd2c..739fa74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [0.1.3] -
 ### Added
--
+- dev: Session support. Same connection is used multiple time.
 
 ### Fixed
 
diff --git a/bitia/__main__.py b/bitia/__main__.py
index 5862c29..68aeb8d 100644
--- a/bitia/__main__.py
+++ b/bitia/__main__.py
@@ -87,6 +87,7 @@ def submit_pipeline(user_input: str, server: str = DEFAULT_SERVER):
     """
     pipeline_zip = user_input_to_pipeline(user_input)
     containers = submit_job(pipeline_zip, server=server)
+    logger.info(f" Got containers {containers}")
     return containers
 
 
-- 
GitLab