joshuasundance-swca commited on
Commit
ef13c5f
1 Parent(s): 8fee298

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +6 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
  # AI CHANGELOG
 
 
 
 
 
 
2
  ## [Updated package versions in requirements.txt](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3d7adb3b01d4565d59e4b999c69e2d554fab9f02)
3
  Mon Dec 4 11:11:37 2023 -0500
4
  - This commit updates the versions of several packages in the requirements.txt file. The updated packages include 'langchain', 'langsmith', 'openai', 'streamlit', and 'tiktoken'.
 
1
  # AI CHANGELOG
2
+ ## [Update version from 1.0.1 to 1.0.2](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/8fee298d3553974031cad83e42e34b6559df5fe5)
3
+ Mon Dec 4 11:27:10 2023 -0500
4
+ - The version number has been updated in the following files: `bumpver.toml` (the project's version control file), `kubernetes/resources.yaml` (the Kubernetes resources configuration file), and `langchain-streamlit-demo/app.py` (the application's main Python file).
5
+ - In `bumpver.toml`, the `current_version` variable has been updated to `1.0.2`.
6
+ - In `kubernetes/resources.yaml`, the Docker image version has been updated to `1.0.2`.
7
+ - In `langchain-streamlit-demo/app.py`, the `__version__` variable has been updated to `1.0.2`.
8
  ## [Updated package versions in requirements.txt](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3d7adb3b01d4565d59e4b999c69e2d554fab9f02)
9
  Mon Dec 4 11:11:37 2023 -0500
10
  - This commit updates the versions of several packages in the requirements.txt file. The updated packages include 'langchain', 'langsmith', 'openai', 'streamlit', and 'tiktoken'.