diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e7eb44..3edc58e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,34 +1,5 @@
-## 0.0.1
+## 0.0.2
# Changelog
-- All notable changes to this project will be documented in this file.
-
-### Added
-- Initial release of the package.
-
-### Changed
-- Updated the dependency to the latest version.
-
-## [1.0.0] - 2023-06-30
-
-### Added
-- Added the MapCameraLocation widget.
-- Support for capturing image and location data.
-- Callback function for image and location capture.
-
-### Fixed
-- Fixed a bug related to image processing.
-
-## [0.1.0] - 2023-06-15
-
-### Added
-- Initial implementation of the package.
-
-### Deprecated
-- Deprecated some old functions.
-
-### Removed
-- Removed unnecessary dependencies.
-
-## [0.0.1] - 2023-06-01
\ No newline at end of file
+- Update README.md
\ No newline at end of file
diff --git a/README.md b/README.md
index 5b000bb..1c2d571 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
A Flutter package that provides a widget for capturing images with the device camera and retrieving the user's location information.
-[//]: # (
## Features
-- Capture images using the device camera
+- Capture images using the device camera with attached Map
- Retrieve the user's current location (latitude, longitude, location name, and sublocation)
- Option to provide a callback function to receive the captured image and location data
@@ -17,7 +17,7 @@ To use this package, add `map_camera_location` as a dependency in your `pubspec.
```yaml
dependencies:
- map_camera_location: ^1.0.0
+ map_camera_location: ^2.0.0
```
### Usage
diff --git a/pubspec.yaml b/pubspec.yaml
index d1b3b77..cf9915b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,7 @@
name: map_camera_flutter
description: The MapCameraLocation package provides a convenient way to capture images with map and location data using the device's camera.
+
+version: 0.0.2
homepage: https://github.com/Always-Bijoy/map_camera_location_flutter
environment: